[arch-commits] Commit in qpdf/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Sep 2 20:14:52 UTC 2012


    Date: Sunday, September 2, 2012 @ 16:14:52
  Author: andyrtr
Revision: 165885

upgpkg: qpdf 3.0.1-2

initial official pkg based on the AUR one, required by cups-filters

Modified:
  qpdf/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-02 19:57:38 UTC (rev 165884)
+++ PKGBUILD	2012-09-02 20:14:52 UTC (rev 165885)
@@ -19,10 +19,17 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  # fix rpath errors (from Fedora spec)
+  autoreconf -vfi
+  ./configure --prefix=/usr --disable-static
   make
 }
 
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install




More information about the arch-commits mailing list