wok-next view tuxpaint/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 1ff0133b1f8c
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tuxpaint"
4 VERSION="0.9.22"
5 CATEGORY="graphics"
6 SHORT_DESC="Kid painting program"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://tuxpaint.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libpng16-dev fribidi-dev librsvg-dev cairo-dev libsdl-dev \
15 libsdl-mixer-dev libsdl-pango-dev libsdl-image-dev libsdl-ttf-dev \
16 libpaper-dev python-dev gettext gperf"
18 compile_rules() {
19 make PREFIX=/usr &&
20 make PREFIX=/usr DESTDIR=$DESTDIR -j1 install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="libpng16 fribidi librsvg cairo libsdl-mixer libsdl-pango \
26 libsdl-image libsdl-ttf libpaper python"
27 }