wok-6.x annotate tiff/receipt @ rev 22126
updated wget (1.19.5 -> 1.20.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 04 10:12:01 2019 +0100 (2019-11-04) |
parents | 6135577f4d08 |
children | 62f4b17a0949 |
rev | line source |
---|---|
pankso@23 | 1 # SliTaz package receipt. |
pankso@23 | 2 |
pankso@23 | 3 PACKAGE="tiff" |
Hans-G?nter@22029 | 4 VERSION="4.0.10" |
pankso@23 | 5 CATEGORY="x-window" |
Hans-G?nter@22029 | 6 SHORT_DESC="A library of functions for manipulating TIFF format image files." |
pankso@23 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15600 | 8 LICENSE="MIT" |
Hans-G?nter@22029 | 9 WEB_SITE="http://www.libtiff.org/" |
Hans-G?nter@22029 | 10 |
pankso@23 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22029 | 12 WGET_URL="http://download.osgeo.org/libtiff/$TARBALL" |
Hans-G?nter@22029 | 13 |
Hans-G?nter@22029 | 14 DEPENDS="gcc-lib-base jpeg zlib" |
Hans-G?nter@22029 | 15 BUILD_DEPENDS="jbigkit jpeg-dev zlib-dev" |
Hans-G?nter@22029 | 16 |
pankso@16058 | 17 HOST_ARCH="i486 arm" |
pascal@15600 | 18 |
pankso@23 | 19 # Rules to configure and make the package. |
pankso@23 | 20 compile_rules() |
pankso@23 | 21 { |
al@18663 | 22 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@22029 | 23 make && |
Hans-G?nter@22029 | 24 make install |
pankso@23 | 25 } |
pankso@23 | 26 |
pankso@23 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@23 | 28 genpkg_rules() |
pankso@23 | 29 { |
al@18663 | 30 mkdir -p $fs/usr/lib |
al@18663 | 31 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@23 | 32 } |