wok-next annotate lcms2/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents 73e9a7d984fc
children 7042ae74166a
rev   line source
al@19128 1 # SliTaz package receipt.
al@19128 2
al@19128 3 PACKAGE="lcms2"
al@19607 4 VERSION="2.8"
al@19128 5 CATEGORY="graphics"
al@19128 6 SHORT_DESC="Open source color management engine (library)"
al@19128 7 MAINTAINER="al.bobylev@gmail.com"
al@19128 8 LICENSE="MIT"
al@19128 9 WEB_SITE="http://www.littlecms.com/"
al@19607 10
al@19128 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19128 12 WGET_URL="$SF_MIRROR/lcms/$TARBALL"
al@19128 13
al@19607 14 BUILD_DEPENDS="libjpeg-turbo-dev zlib-dev tiff-dev"
al@19128 15 SPLIT="lcms2-apps"
al@19128 16
al@19128 17 # Rules to configure and make the package.
al@19128 18 compile_rules()
al@19128 19 {
al@19607 20 ./configure \
al@19607 21 --disable-static \
al@19607 22 $CONFIGURE_ARGS &&
al@19607 23 make && make install
al@19128 24 }
al@19128 25
al@19128 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19128 27 genpkg_rules()
al@19128 28 {
al@19607 29 cook_copy_files *.so*
al@19128 30 }