wok-next view cinepaint/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents da9e80c5d4bb
children f99935f1778a
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="slaxemulator@gmail.com"
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 gettext \
15 xorg-xextproto util-linux-uuid-dev lcms-dev openexr-dev fltk-dev mesa-dev \
16 ilmbase-dev xorg-libXpm-dev gtk+-dev libpng16-dev bash automake autoconf libtool \
17 python-dev glu-dev xorg-libXmu-dev xorg-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=$DESTDIR install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu \
33 xorg-libXpm gutenprint zlib mesa jbigkit openexr"
34 }