wok-stable rev 76

UP : mtpaint 3.20 with icons-tango
author Christophe Lincoln <pankso@slitaz.org>
date Sun Dec 30 13:13:58 2007 +0100 (2007-12-30)
parents 18fdde91c521
children 519a487cbf64
files mtpaint/receipt
line diff
     1.1 --- a/mtpaint/receipt	Fri Dec 28 13:26:21 2007 +0100
     1.2 +++ b/mtpaint/receipt	Sun Dec 30 13:13:58 2007 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mtpaint"
     1.7 -VERSION="3.11"
     1.8 +VERSION="3.20"
     1.9  CATEGORY="extra"
    1.10  SHORT_DESC="Light paint programm and image manipulation."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -20,7 +20,6 @@
    1.13  	cd $src
    1.14  	./configure --cpu=i486 --prefix=/usr intl icons-tango
    1.15  	make
    1.16 -	strip src/mtpaint
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 @@ -31,4 +30,5 @@
    1.21  	cp -a $src/src/mtpaint $fs/usr/bin
    1.22  	cp -a $src/po/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/mtpaint.mo
    1.23  	cp -a $src/src/icons1/icon.xpm $fs/usr/share/pixmaps/mtpaint.xpm
    1.24 +	strip -s $fs/usr/bin/*
    1.25  }