wok view mypaint/receipt @ rev 12080

Add usb-modeswitch-data help use sell phone as modem
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 13:51:51 2012 +0100 (2012-03-09)
parents
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="mypaint"
4 VERSION="1.0.0"
5 CATEGORY="graphics"
6 SHORT_DESC="A fast and easy painting application for digital painters, with brush dynamics"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://mypaint.intilinux.com/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
12 DEPENDS="pygtk python-numpy protobuf-python"
13 BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 scons
20 scons prefix=$DESTDIR/usr install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/share/mypaint $fs/usr/share
29 cp -a $install/usr/lib $fs/usr
30 cp -a $install/usr/share/icons $fs/usr/share
31 }