wok view gimp-dev/receipt @ rev 8966

Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 03:12:51 2011 +0000 (2011-03-02)
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 }