wok diff gegl-dev/receipt @ rev 4244

gegl: make package smaller and with less deps
author Christophe Lincoln <pankso@slitaz.org>
date Thu Sep 24 22:50:22 2009 +0200 (2009-09-24)
parents 9984ea8fb822
children fc5b4fce2dc0
line diff
     1.1 --- a/gegl-dev/receipt	Fri May 08 23:59:26 2009 +0200
     1.2 +++ b/gegl-dev/receipt	Thu Sep 24 22:50:22 2009 +0200
     1.3 @@ -6,20 +6,16 @@
     1.4  SHORT_DESC="Generic Graphics Library dev files"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="gegl"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.8  WEB_SITE="http://gegl.org/"
     1.9  WANTED="gegl"
    1.10  
    1.11 -
    1.12 -
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib/gegl-0.0
    1.17 -	
    1.18 +
    1.19  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0	
    1.22 +	cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0
    1.23  	cp -a $_pkg/usr/include $fs/usr
    1.24  }
    1.25 -