[arch-commits] Commit in libe-book/repos (4 files)

Andreas Radke andyrtr at archlinux.org
Fri Jan 9 20:44:58 UTC 2015


    Date: Friday, January 9, 2015 @ 21:44:58
  Author: andyrtr
Revision: 228871

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libe-book/repos/extra-i686/
  libe-book/repos/extra-i686/PKGBUILD
    (from rev 228870, libe-book/trunk/PKGBUILD)
  libe-book/repos/extra-x86_64/
  libe-book/repos/extra-x86_64/PKGBUILD
    (from rev 228870, libe-book/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libe-book/repos/extra-i686/PKGBUILD (from rev 228870, libe-book/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-01-09 20:44:58 UTC (rev 228871)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=libe-book
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Library for import of reflowable e-book formats."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libebook/"
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

Copied: libe-book/repos/extra-x86_64/PKGBUILD (from rev 228870, libe-book/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-01-09 20:44:58 UTC (rev 228871)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Thomas Arnhold <thomas at arnhold dot org>
+
+pkgname=libe-book
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Library for import of reflowable e-book formats."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libebook/"
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+



More information about the arch-commits mailing list