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

commit 06fdc8236ffb72cc6306c27f40f6cc815887f149
Author: voroskoi <[EMAIL PROTECTED]>
Date:   Sun Nov 25 12:12:53 2007 +0100

jbigkit-1.6-1-x86_64
new package

diff --git a/source/lib-extra/jbigkit/FrugalBuild 
b/source/lib-extra/jbigkit/FrugalBuild
new file mode 100644
index 0000000..0aa466b
--- /dev/null
+++ b/source/lib-extra/jbigkit/FrugalBuild
@@ -0,0 +1,30 @@
+# Compiling Time: 0.04 SBU
+# Maintainer: voroskoi <[EMAIL PROTECTED]>
+
+pkgname=jbigkit
+pkgver=1.6
+pkgrel=1
+url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/";
+pkgdesc="JBIG-KIT implements a highly effective data compression algorithm for 
bi-level high-resolution images such as fax pages or scanned documents."
+depends=('glibc')
+groups=('lib-extra')
+archs=('i686' 'x86_64')
+_F_archive_nosort=1
+up2date="lynx -dump http://www.cl.cam.ac.uk/~mgk25/download/ |Flasttar"
+source=(http://www.cl.cam.ac.uk/~mgk25/download/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f401df793d91a1cc123bbf1387d39d4f0e73b272')
+_F_cd_path=${pkgname}
+
+build() {
+       Fsed '-O2 -W' "${CFLAGS}" Makefile
+       Fmake
+       make test || Fdie
+       Ffile ${_F_cd_path}/libjbig/libjbig.a /usr/lib/libjbig.a
+       Ffile ${_F_cd_path}/libjbig/jbig.h /usr/include/jbig.h
+       Ffile ${_F_cd_path}/pbmtools/*.1 /usr/share/man/man1
+       Ffile ${_F_cd_path}/pbmtools/*.5 /usr/share/man/man5
+       Fexe ${_F_cd_path}/pbmtools/jbgtopbm /usr/bin/jbgtopbm
+       Fexe ${_F_cd_path}/pbmtools/pbmtojbg /usr/bin/pbmtojbg
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to