wok annotate mtpaint/receipt @ rev 1212
Add missing CONFIG_FILES=
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 09 17:50:04 2008 +0000 (2008-08-09) |
parents | 296dbd15f4b2 |
children | f08ead2d5191 |
rev | line source |
---|---|
pankso@42 | 1 # SliTaz package receipt. |
pankso@42 | 2 |
pankso@42 | 3 PACKAGE="mtpaint" |
pankso@889 | 4 VERSION="3.21" |
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 } |