wok-6.x annotate jbigkit/receipt @ rev 22822
Add emu8051
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 06 12:27:36 2020 +0100 (2020-02-06) |
parents | be4941ed944e |
children | 83b97236db32 |
rev | line source |
---|---|
pascal@4559 | 1 # SliTaz package receipt. |
pascal@4559 | 2 |
pascal@4559 | 3 PACKAGE="jbigkit" |
Hans-G?nter@21077 | 4 VERSION="2.1" |
pascal@4559 | 5 CATEGORY="development" |
Hans-G?nter@21077 | 6 SHORT_DESC="Highly effective data compression algorithm for bi-level high-resolution images." |
pascal@4559 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15601 | 8 LICENSE="GPL2" |
Hans-G?nter@21077 | 9 WEB_SITE="https://www.cl.cam.ac.uk/~mgk25/jbigkit/" |
Hans-G?nter@21077 | 10 |
pascal@4559 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21078 | 12 WGET_URL="${WEB_SITE}download/$TARBALL" |
Hans-G?nter@21077 | 13 |
pankso@16058 | 14 HOST_ARCH="i486 arm" |
pascal@4559 | 15 |
pascal@4559 | 16 # Rules to configure and make the package. |
pascal@4559 | 17 compile_rules() |
pascal@4559 | 18 { |
pankso@16058 | 19 make CC=${HOST_SYSTEM}-gcc |
pascal@4559 | 20 } |
pascal@4559 | 21 |
pascal@4559 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4559 | 23 genpkg_rules() |
pascal@4559 | 24 { |
pascal@4559 | 25 mkdir -p $fs/usr/lib $fs/usr/include |
Hans-G?nter@21077 | 26 |
pascal@4559 | 27 cp -a $src/libjbig/*.h $fs/usr/include |
pascal@4559 | 28 cp -a $src/libjbig/*.a $fs/usr/lib |
pascal@4559 | 29 } |