wok rev 21077

updated jbigkit (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Thu Mar 14 17:54:37 2019 +0100 (2019-03-14)
parents 96ea9672838d
children e47f63eb05bf
files jbigkit/receipt
line diff
     1.1 --- a/jbigkit/receipt	Thu Mar 14 17:50:59 2019 +0100
     1.2 +++ b/jbigkit/receipt	Thu Mar 14 17:54:37 2019 +0100
     1.3 @@ -1,21 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="jbigkit"
     1.7 -VERSION="2.0"
     1.8 +VERSION="2.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="highly effective data compression algorithm for bi-level high-resolution images."
    1.11 +SHORT_DESC="Highly effective data compression algorithm for bi-level high-resolution images."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.cl.cam.ac.uk/~mgk25/jbigkit/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"
    1.18 -WGET_URL="http://www.cl.cam.ac.uk/~mgk25/download//$TARBALL"
    1.19 +WGET_URL="${WEB_SITE}~mgk25/download/$TARBALL"
    1.20 +
    1.21  HOST_ARCH="i486 arm"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	mv $PACKAGE $src 2> /dev/null
    1.27 -	cd $src
    1.28  	make CC=${HOST_SYSTEM}-gcc
    1.29  }
    1.30  
    1.31 @@ -23,6 +23,7 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/lib $fs/usr/include
    1.35 +
    1.36  	cp -a $src/libjbig/*.h $fs/usr/include
    1.37  	cp -a $src/libjbig/*.a $fs/usr/lib
    1.38  }