# HG changeset patch # User Antoine Bodin # Date 1274190052 0 # Node ID d9a7619c373e7948b24f6acd8806730e1ef2401f # Parent be313e2832defa7dc6786c4c91446909d275bfd2 Add: gimp-dev (needed by ufraw) diff -r be313e2832de -r d9a7619c373e gimp-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gimp-dev/receipt Tue May 18 13:40:52 2010 +0000 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="gimp-dev" +VERSION="2.6.8" +CATEGORY="development" +SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." +MAINTAINER="gokhlayeh@mailoo.org" +WANTED="gimp" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gimp.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr $fs/usr/include $fs/usr/include/ + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/ $fs/usr + # Remove libraries files + cd $fs/usr/lib + rm -r *.so* + cd gimp/*/modules + rm -r *.so* + cd .. + rm -r environ interpreters plug-ins +}