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

Eric Bélanger eric at archlinux.org
Fri Apr 17 02:20:01 UTC 2009


    Date: Thursday, April 16, 2009 @ 22:20:00
  Author: eric
Revision: 35763

upgpkg: potrace 1.8-2
    Added license, FHS man pages

Modified:
  potrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-17 02:15:30 UTC (rev 35762)
+++ PKGBUILD	2009-04-17 02:20:00 UTC (rev 35763)
@@ -3,18 +3,18 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 pkgname=potrace
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for tracing a bitmap. Input=portable bitmap (PBM) Output formats: EPS, PostScript, PDF, SVG, Xfig, GIMP-path, and PGM"
 arch=("i686" "x86_64")
 url="http://potrace.sourceforge.net/"
+license=('GPL')
 depends=('glibc' 'zlib')
 source=(http://potrace.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
 md5sums=('e73b45565737d64011612704dd4d9f86')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=$pkgdir install || return 1
 }
-




More information about the arch-commits mailing list