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

Eric Bélanger eric at nymeria.archlinux.org
Thu Oct 24 03:41:25 UTC 2013


    Date: Thursday, October 24, 2013 @ 05:41:25
  Author: eric
Revision: 197209

upgpkg: a2ps 4.14-5

Replace static library by shared library

Modified:
  a2ps/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-24 01:16:46 UTC (rev 197208)
+++ PKGBUILD	2013-10-24 03:41:25 UTC (rev 197209)
@@ -3,7 +3,7 @@
 
 pkgname=a2ps
 pkgver=4.14
-pkgrel=4
+pkgrel=5
 pkgdesc="An Any to PostScript filter"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/a2ps/"
@@ -11,7 +11,6 @@
 depends=('ghostscript' 'psutils' 'imagemagick')
 makedepends=('gperf')
 backup=('etc/a2ps/a2ps.cfg' 'etc/a2ps/a2ps-site.cfg')
-options=('!libtool')
 install=a2ps.install
 source=(ftp://ftp.gnu.org/gnu/a2ps/${pkgname}-${pkgver}.tar.gz{,.sig}
         a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch 
@@ -45,7 +44,7 @@
   libtoolize --force --copy
   autoreconf --force --install -I m4 
   ./configure --prefix=/usr --sysconfdir=/etc/a2ps \
-    --includedir=/usr/include --enable-nls
+    --includedir=/usr/include --enable-shared --enable-nls
   make
 }
 




More information about the arch-commits mailing list