Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5d958ca32db7dfc425999b54393013dd90c7f108

commit 5d958ca32db7dfc425999b54393013dd90c7f108
Author: James Buren <[EMAIL PROTECTED]>
Date:   Wed Jun 4 06:55:32 2008 -0500

optipng-0.5.5-2-i686
* moved to apps-extra
* some corrections to build

diff --git a/source/apps-extra/optipng/FrugalBuild 
b/source/apps-extra/optipng/FrugalBuild
new file mode 100644
index 0000000..af0c78f
--- /dev/null
+++ b/source/apps-extra/optipng/FrugalBuild
@@ -0,0 +1,30 @@
+# Compiling Time: 0.05 SBU
+# Maintainer: James Buren <[EMAIL PROTECTED]>
+
+pkgname=optipng
+pkgver=0.5.5
+pkgrel=2
+pkgdesc="A PNG optimizer that tries to reduce the file size even further."
+_F_sourceforge_broken_up2date=1
+Finclude sourceforge
+depends=('glibc')
+makedepends=('groff')
+groups=('apps-extra')
+archs=('i686' 'x86_64')
+sha1sums=('670da3b01da903fa04886e4b6e625648570b3d9c')
+
+build()
+{
+       Fcd
+       make -C src -f scripts/gcc.mak CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" 
|| Fdie
+       Fexerel src/optipng /usr/bin/optipng
+       Fdocrel LICENSE.txt
+       Fdocrel README.txt
+       Fdocrel doc/*
+       cd man || Fdie
+       make || Fdie
+       Fdocrel $pkgname.html
+       Ffilerel /usr/share/man/man1/$pkgname.1
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to