wok-6.x view jbigkit/receipt @ rev 10351
glibc: Check for gawk in compile_rules. Not cook_tmp_toolchain since thats for tazwok.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 16:34:20 2011 +0000 (2011-05-22) |
parents | |
children | 23c3aed67cd9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="jbigkit"
4 VERSION="2.0"
5 CATEGORY="development"
6 SHORT_DESC="highly effective data compression algorithm for bi-level high-resolution images."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"
10 WGET_URL="http://www.cl.cam.ac.uk/~mgk25/download//$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mv $PACKAGE $src 2> /dev/null
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib $fs/usr/include
24 cp -a $src/libjbig/*.h $fs/usr/include
25 cp -a $src/libjbig/*.a $fs/usr/lib
26 }