wok view jbigkit/receipt @ 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 0b50bcb60588
children e47f63eb05bf
line source
1 # SliTaz package receipt.
3 PACKAGE="jbigkit"
4 VERSION="2.1"
5 CATEGORY="development"
6 SHORT_DESC="Highly effective data compression algorithm for bi-level high-resolution images."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.cl.cam.ac.uk/~mgk25/jbigkit/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}~mgk25/download/$TARBALL"
14 HOST_ARCH="i486 arm"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make CC=${HOST_SYSTEM}-gcc
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib $fs/usr/include
27 cp -a $src/libjbig/*.h $fs/usr/include
28 cp -a $src/libjbig/*.a $fs/usr/lib
29 }