wok-next view cinepaint/receipt @ rev 21080

Update tiff (4.0.10): libs -> into libtiff, apps -> into tiff
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 24 02:07:02 2018 +0200 (2018-12-24)
parents 5669e8b3be70
children 29128929e4f9
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cinepaint"
4 VERSION="1.3"
5 CATEGORY="graphics"
6 SHORT_DESC="For painting and retouching bitmap frames of films"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT GPL LGPL"
9 WEB_SITE="http://www.cinepaint.org/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special \
15 gettext-dev xorgproto util-linux-uuid-dev lcms-dev openexr-dev fltk-dev \
16 mesa-dev ilmbase-dev libxpm-dev gtk2-dev libpng-dev bash automake \
17 autoconf libtool python-dev glu-dev libxmu-dev libxext-dev" # libpng12-dev
19 compile_rules() {
20 sh ./autogen.sh
21 ./configure \
22 --enable-gtk2 \
23 --disable-print \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make DESTDIR=$install install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="desktop-file-utils gtk2 lcms libtiff jpeg fltk ftgl libxmu \
33 libxpm gutenprint zlib mesa jbigkit openexr"
34 }