Date: Sunday, June 3, 2018 @ 13:42:03
  Author: andyrtr
Revision: 325637

archrelease: copy trunk to testing-x86_64

Added:
  libepubgen/repos/testing-x86_64/
  libepubgen/repos/testing-x86_64/PKGBUILD
    (from rev 325636, libepubgen/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: libepubgen/repos/testing-x86_64/PKGBUILD (from rev 325636, 
libepubgen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-06-03 13:42:03 UTC (rev 325637)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+
+pkgname=libepubgen
+pkgver=0.1.1
+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=('48e81c60e173552fce77ce3b414e68b7d52a5301')
+
+build() {
+       cd "$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+check() {
+       cd "$pkgname-$pkgver"
+       make check
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+       make DESTDIR="$pkgdir/" install
+}

Reply via email to