wok-stable annotate mtpaint/receipt @ rev 525
Back to binutils-2.17 (more stable)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 09 14:43:25 2008 +0200 (2008-04-09) |
parents | da3db93fa32e |
children | 296dbd15f4b2 |
rev | line source |
---|---|
pankso@42 | 1 # SliTaz package receipt. |
pankso@42 | 2 |
pankso@42 | 3 PACKAGE="mtpaint" |
pankso@76 | 4 VERSION="3.20" |
pankso@207 | 5 CATEGORY="graphics" |
pankso@42 | 6 SHORT_DESC="Light paint programm and image manipulation." |
pankso@42 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@42 | 8 DEPENDS="gtk+" |
pankso@42 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@42 | 10 WEB_SITE="http://mtpaint.sourceforge.net/" |
pankso@42 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@42 | 12 |
pankso@42 | 13 # Rules to configure and make the package. |
pankso@42 | 14 # |
pankso@42 | 15 # SliTaz use Tango icons, so we convert some for mtPaint. |
pankso@42 | 16 # |
pankso@42 | 17 compile_rules() |
pankso@42 | 18 { |
pankso@42 | 19 cp -a stuff/icons-tango $src/src |
pankso@42 | 20 cd $src |
pankso@42 | 21 ./configure --cpu=i486 --prefix=/usr intl icons-tango |
pankso@42 | 22 make |
pankso@42 | 23 } |
pankso@42 | 24 |
pankso@42 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@42 | 26 genpkg_rules() |
pankso@42 | 27 { |
pankso@161 | 28 mkdir -p $fs/usr/bin \ |
pankso@161 | 29 $fs/usr/share/locale/fr/LC_MESSAGES \ |
pankso@161 | 30 $fs/usr/share/applications \ |
pankso@161 | 31 $fs/usr/share/pixmaps |
pankso@42 | 32 cp -a $src/src/mtpaint $fs/usr/bin |
pankso@42 | 33 cp -a $src/po/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/mtpaint.mo |
pankso@42 | 34 cp -a $src/src/icons1/icon.xpm $fs/usr/share/pixmaps/mtpaint.xpm |
pankso@42 | 35 } |