[arch-commits] Commit in libepubgen/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Thu Dec 21 17:28:56 UTC 2017
Date: Thursday, December 21, 2017 @ 17:28:55
Author: andyrtr
Revision: 313489
archrelease: copy trunk to testing-x86_64
Added:
libepubgen/repos/testing-x86_64/
libepubgen/repos/testing-x86_64/PKGBUILD
(from rev 313488, libepubgen/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: libepubgen/repos/testing-x86_64/PKGBUILD (from rev 313488, libepubgen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-21 17:28:55 UTC (rev 313489)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libepubgen
+pkgver=0.1.0
+pkgrel=1
+epoch=
+pkgdesc="an EPUB generator for librevenge"
+arch=('x86_64')
+url="https://sourceforge.net/projects/libepubgen/"
+license=('MPL2')
+depends=('librevenge')
+makedepends=('boost' 'cppunit' 'doxygen' 'libxml2')
+source=("https://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
+sha1sums=('181b44ea7af711d0b303c0f5eebd692ad8ce265d')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list