wok diff gegl-dev/receipt @ rev 2781

Add Xfe File manager (use Fox lib)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 27 21:12:44 2009 +0200 (2009-04-27)
parents
children 9984ea8fb822
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gegl-dev/receipt	Mon Apr 27 21:12:44 2009 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gegl-dev"
     1.7 +VERSION="0.0.20"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Generic Graphics Library dev files"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="gegl"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://gegl.org/"
    1.14 +WANTED="gegl"
    1.15 +
    1.16 +
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib/gegl-0.0
    1.22 +	
    1.23 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0	
    1.26 +	cp -a $_pkg/usr/include $fs/usr
    1.27 +}
    1.28 +