wok diff gegl-dev/receipt @ rev 14351
linux: add EXTRA_SOURCE_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 15 11:49:30 2013 +0200 (2013-04-15) |
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 Apr 15 11:49:30 2013 +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 }