wok-6.x rev 11337
Add: mypaint (1.0.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Fri Nov 25 10:21:40 2011 +0000 (2011-11-25) |
parents | 174c53de4876 |
children | b9d6a352230c |
files | mypaint/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mypaint/receipt Fri Nov 25 10:21:40 2011 +0000 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mypaint" 1.7 +VERSION="1.0.0" 1.8 +CATEGORY="graphics" 1.9 +SHORT_DESC="A fast and easy painting application for digital painters, with brush dynamics" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://mypaint.intilinux.com/" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 1.14 + 1.15 +DEPENDS="pygtk python-numpy protobuf-python" 1.16 +BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + scons 1.23 + scons prefix=$DESTDIR/usr install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/share 1.30 + cp -a $install/usr/bin $fs/usr 1.31 + cp -a $install/usr/share/mypaint $fs/usr/share 1.32 + cp -a $install/usr/lib $fs/usr 1.33 + cp -a $install/usr/share/icons $fs/usr/share 1.34 +}