wok-6.x diff mypaint/receipt @ rev 12733
syslinux: remove common.cfg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 07 10:29:20 2012 +0200 (2012-05-07) |
parents | |
children | 408c87fa22ca |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mypaint/receipt Mon May 07 10:29:20 2012 +0200 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 +}