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

Gaetan Bisson bisson at archlinux.org
Sat Jan 1 13:50:24 UTC 2011


    Date: Saturday, January 1, 2011 @ 08:50:24
  Author: bisson
Revision: 104345

build library, FS#22243

Modified:
  potrace/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-01 13:41:05 UTC (rev 104344)
+++ PKGBUILD	2011-01-01 13:50:24 UTC (rev 104345)
@@ -4,18 +4,19 @@
 
 pkgname=potrace
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for tracing a bitmap. Input: PBM, PGM, PPM, or BMP. Output: EPS, PostScript, PDF, SVG, Xfig, Gimppath, or PGM.'
 arch=('i686' 'x86_64')
 url='http://potrace.sourceforge.net/'
 license=('GPL')
-depends=('glibc' 'zlib')
+depends=('zlib')
+options=('!libtool')
 source=("http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('c3ace609c24a0d5e03bbab5f22478c2af69cf1c4')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --mandir=/usr/share/man
+	./configure --prefix=/usr --mandir=/usr/share/man --with-libpotrace
 	make
 }
 




More information about the arch-commits mailing list