wok diff gegl-dev/receipt @ rev 13465

Up iw (3.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 10:50:30 2012 +0200 (2012-10-08)
parents 3495f64239ec
children 2b9f96603415
line diff
     1.1 --- a/gegl-dev/receipt	Sun Feb 20 08:18:54 2011 +0000
     1.2 +++ b/gegl-dev/receipt	Mon Oct 08 10:50:30 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gegl-dev"
     1.7 -VERSION="0.1.6"
     1.8 +VERSION="0.2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Generic Graphics Library dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -12,9 +12,9 @@
    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.1
    1.17 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/gegl-0.1/*.*a $fs/usr/lib/gegl-0.1
    1.20 -	cp -a $_pkg/usr/include $fs/usr
    1.21 +	mkdir -p $fs/usr/lib/gegl-0.2
    1.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/gegl-0.2/*.*a $fs/usr/lib/gegl-0.2
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26  }