wok annotate tiff/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
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 }