wok-6.x diff jbigkit/receipt @ rev 12276
graphviz: Fix dpends
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Apr 15 14:25:08 2012 +0200 (2012-04-15) |
parents | |
children | 23c3aed67cd9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jbigkit/receipt Sun Apr 15 14:25:08 2012 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="jbigkit" 1.7 +VERSION="2.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="highly effective data compression algorithm for bi-level high-resolution images." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" 1.13 +WGET_URL="http://www.cl.cam.ac.uk/~mgk25/download//$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + mv $PACKAGE $src 2> /dev/null 1.19 + cd $src 1.20 + make 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr/lib $fs/usr/include 1.27 + cp -a $src/libjbig/*.h $fs/usr/include 1.28 + cp -a $src/libjbig/*.a $fs/usr/lib 1.29 +} 1.30 +