wok-current diff gegl-dev/receipt @ rev 4592
update get-wifi-firmaware; rt2860,rt2870 fw now in kernel; rt73,rt61 WGET_URL temporarily fixed using Arch sources
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Dec 11 12:21:27 2009 +0000 (2009-12-11) |
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 Fri Dec 11 12:21:27 2009 +0000 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 -