wok view gimp-dev/receipt @ rev 10121

gcc-lib-base: dont include french locale (we have base pkgs to fix before end usser one)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 20 22:13:40 2011 +0200 (2011-05-20)
parents 12415d83ef2e
children cb6c3a7328e7
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-dev"
4 VERSION="2.6.11"
5 CATEGORY="development"
6 SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="gimp"
9 WANTED="gimp"
10 WEB_SITE="http://www.gimp.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr $fs/usr/include $fs/usr/include/
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/ $fs/usr
18 # Remove libraries files
19 cd $fs/usr/lib
20 rm -r *.so*
21 cd gimp/*/modules
22 rm -r *.so*
23 cd ..
24 rm -r environ interpreters plug-ins
25 }