wok-current diff gimp-brushes/receipt @ rev 12982
file: dont include libmagic and port to ARM
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 02 13:51:44 2012 +0200 (2012-06-02) |
parents | |
children | 75052803125f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gimp-brushes/receipt Sat Jun 02 13:51:44 2012 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gimp-brushes" 1.7 +VERSION="2.8.0" 1.8 +CATEGORY="graphics" 1.9 +SHORT_DESC="Gimp brushes set." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="gimp" 1.12 +WANTED="gimp" 1.13 +WEB_SITE="http://www.gimp.org/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/share/gimp/2.0 1.19 + cp -a $install/usr/share/gimp/2.0/brushes $fs/usr/share/gimp/2.0 1.20 + rm -rf $fs/usr/share/gimp/2.0/brushes/Basic 1.21 +}