wok view gimp-dev/receipt @ rev 17057

syslinux/c32box: x86_64 auto select
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 09:56:57 2014 +0200 (2014-08-21)
parents 8ed62ecac0c7
children eeffac2b77bc
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-dev"
4 VERSION="2.8.10"
5 CATEGORY="development"
6 SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="gimp"
10 WEB_SITE="http://www.gimp.org/"
12 DEPENDS="gimp pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib $fs/usr
20 # Remove libraries files
21 rm -rf $fs/usr/lib/*.so*
22 rm -rf $fs/usr/lib/gimp/2.0/modules/*.so*
23 rm -rf $fs/usr/lib/gimp/2.0/environ
24 rm -rf $fs/usr/lib/gimp/2.0/interpreters
25 rm -rf $fs/usr/lib/gimp/2.0/plug-ins
26 }