Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=952e6bcee932f879ee5e919d8a3a5e0a6743e475
commit 952e6bcee932f879ee5e919d8a3a5e0a6743e475 Author: jercel <[email protected]> Date: Fri Dec 31 08:56:32 2010 +0100 potrace-1.9-1-i686 * Version bump diff --git a/source/apps-extra/potrace/FrugalBuild b/source/apps-extra/potrace/FrugalBuild index ecebe8a..d4a40df 100644 --- a/source/apps-extra/potrace/FrugalBuild +++ b/source/apps-extra/potrace/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Bence Nagy <[email protected]> pkgname=potrace -pkgver=1.8 -pkgrel=2 +pkgver=1.9 +pkgrel=1 pkgdesc="Transforming bitmaps into vector graphics" url="http://potrace.sourceforge.net" depends=('zlib') @@ -13,6 +13,10 @@ archs=('i686' 'x86_64') up2date="lynx -dump http://potrace.sourceforge.net | grep 'Source distribution:' | sed 's/.*potrace-\(.*\)\.tar\.gz.*/\1/'" source=($url/download/$pkgname-$pkgver.tar.gz) Fconfopts="$Fconfopts --enable-metric --enable-a4" -sha1sums=('d76818fc331fb4f842bd4813114e5be01cf46848') - +sha1sums=('c3ace609c24a0d5e03bbab5f22478c2af69cf1c4') +build() +{ + Fbuild + Frm usr/{include,lib} +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
