Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f588474d06c2054dfbcaea06249be04f568d1ec1
commit f588474d06c2054dfbcaea06249be04f568d1ec1 Author: kikadf <[email protected]> Date: Thu Jun 5 09:00:19 2014 +0200 gif2png-2.5.9-1-x86_64 * Version bump diff --git a/source/apps-extra/gif2png/FrugalBuild b/source/apps-extra/gif2png/FrugalBuild index ec9801c..22e7e5c 100644 --- a/source/apps-extra/gif2png/FrugalBuild +++ b/source/apps-extra/gif2png/FrugalBuild @@ -1,9 +1,11 @@ # Compiling Time: 0.03 SBU # Maintainer: kikadf <[email protected]> +options+=('asneeded') + pkgname=gif2png -pkgver=2.5.8 -pkgrel=2 +pkgver=2.5.9 +pkgrel=1 pkgdesc="gif2png converts GIF files to PNG format." url="http://www.catb.org/~esr/gif2png/" depends=('libpng>=1.4.8') @@ -11,7 +13,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('69fabf807490ee3f91abed68dcb49a7355c83b3b') +sha1sums=('9c731266571b4e4765bd0162346db586ef4f439d') subpkgs=('web2png') subdescs=('Convert a web hierarchy from using GIFs to using PNGs.') @@ -24,9 +26,10 @@ subarchs=('i686 x86_64') build() { Fbuild - Fexec ls -l $Fdestdir/usr/share/man/man1/ Fsplit web2png /usr/bin/web2png Fsplit web2png /usr/share/man/man1/web2png.1 } + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
