wok-next view cinepaint/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 75632eca5b07
children
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 liblcms libtiff jpeg fltk ftgl libxmu \
33 libxpm gutenprint zlib mesa jbigkit openexr"
34 }