wok-next diff gimp-dev/receipt @ rev 12918
gcc-lib-base: use new cross tools
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 29 19:44:19 2012 +0000 (2012-05-29) |
parents | 129bb5b11a7e |
children | 6c70085d1b49 |
line diff
1.1 --- a/gimp-dev/receipt Wed Mar 02 03:12:51 2011 +0000 1.2 +++ b/gimp-dev/receipt Tue May 29 19:44:19 2012 +0000 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gimp-dev" 1.7 -VERSION="2.6.11" 1.8 +VERSION="2.8.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." 1.11 -MAINTAINER="gokhlayeh@slitaz.org" 1.12 +MAINTAINER="pankso@slitaz.org" 1.13 DEPENDS="gimp" 1.14 WANTED="gimp" 1.15 WEB_SITE="http://www.gimp.org/" 1.16 @@ -12,14 +12,13 @@ 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 - mkdir -p $fs/usr $fs/usr/include $fs/usr/include/ 1.21 - cp -a $_pkg/usr/include $fs/usr 1.22 - cp -a $_pkg/usr/lib/ $fs/usr 1.23 + mkdir -p $fs/usr 1.24 + cp -a $install/usr/include $fs/usr 1.25 + cp -a $install/usr/lib $fs/usr 1.26 # Remove libraries files 1.27 - cd $fs/usr/lib 1.28 - rm -r *.so* 1.29 - cd gimp/*/modules 1.30 - rm -r *.so* 1.31 - cd .. 1.32 - rm -r environ interpreters plug-ins 1.33 + rm -rf $fs/usr/lib/*.so* 1.34 + rm -rf $fs/usr/lib/gimp/2.0/modules/*.so* 1.35 + rm -rf $fs/usr/lib/gimp/2.0/environ 1.36 + rm -rf $fs/usr/lib/gimp/2.0/interpreters 1.37 + rm -rf $fs/usr/lib/gimp/2.0/plug-ins 1.38 }