[arch-commits] Commit in libepubgen/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 10:31:51 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:31:51
  Author: foutrelis
Revision: 384150

archrelease: copy trunk to staging-x86_64

Added:
  libepubgen/repos/staging-x86_64/
  libepubgen/repos/staging-x86_64/PKGBUILD
    (from rev 384149, libepubgen/trunk/PKGBUILD)

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

Copied: libepubgen/repos/staging-x86_64/PKGBUILD (from rev 384149, libepubgen/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:31:51 UTC (rev 384150)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libepubgen
+pkgver=0.1.1
+pkgrel=2
+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
+}



More information about the arch-commits mailing list