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

Eric Belanger eric at archlinux.org
Sun Apr 27 02:40:21 UTC 2008


    Date: Saturday, April 26, 2008 @ 22:40:21
  Author: eric
Revision: 1009

upgpkg: autotrace 0.31.1-6
    rebuild for imagemagick 6.4.0.2, added arch field, added license, FSH man pages

Modified:
  autotrace/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-27 00:45:33 UTC (rev 1008)
+++ PKGBUILD	2008-04-27 02:40:21 UTC (rev 1009)
@@ -5,13 +5,16 @@
 
 pkgname=autotrace
 pkgver=0.31.1
-pkgrel=5
-pkgdesc='autotrace is a utility to trace bitmaps: convert bitmaps to vector graphics'
+pkgrel=6
+pkgdesc="autotrace is a utility to trace bitmaps: convert bitmaps to vector graphics"
+arch=('i686' 'x86_64')
 url='http://autotrace.sourceforge.net/'
-depends=(pstoedit)
+license=('GPL' 'LGPL')
+depends=('pstoedit' 'imagemagick>=6.4.0.2')
+options=('!libtool')
 source=(http://ftp1.sourceforge.net/autotrace/$pkgname-$pkgver.tar.gz
 	aclocal-fixes.patch)
-md5sums=(54eabbb38d2076ded6d271e1ee4d0783 94b82727bb1749fc252ddba43ad586f2)
+md5sums=('54eabbb38d2076ded6d271e1ee4d0783' '94b82727bb1749fc252ddba43ad586f2')
 
 build() {
     cd $startdir/src/$pkgname-$pkgver
@@ -21,9 +24,7 @@
     sed -i 's|\\>= 2|\\>= 0|' configure
     chmod 755 configure
 
-    ./configure --prefix=/usr
+    ./configure --prefix=/usr --mandir=/usr/share/man
     make || return 1
     make DESTDIR=$startdir/pkg install
-
-    find $startdir/pkg -name '*.la' -exec rm {} \;
 }





More information about the arch-commits mailing list