wok diff jbigkit/receipt @ rev 6002
eggdbus: Upgrade to 0.6
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Aug 14 15:40:05 2010 +0000 (2010-08-14) |
parents | |
children | 23c3aed67cd9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jbigkit/receipt Sat Aug 14 15:40:05 2010 +0000 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 +