wok-current diff gegl-dev/receipt @ rev 8112
Made libsmpeg use real tar instead of busybox tar. Change compression to .tar.lzma so it will work with tazwok-experimental.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 15:39:38 2011 +0000 (2011-01-23) |
parents | fc5b4fce2dc0 |
children | bc470e27f91b |
line diff
1.1 --- a/gegl-dev/receipt Wed Dec 30 14:21:31 2009 +0100 1.2 +++ b/gegl-dev/receipt Sun Jan 23 15:39:38 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gegl-dev" 1.7 -VERSION="0.1.0" 1.8 +VERSION="0.1.2" 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.0 1.17 + mkdir -p $fs/usr/lib/gegl-0.1 1.18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.20 - cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0 1.21 + cp -a $_pkg/usr/lib/gegl-0.1/*.*a $fs/usr/lib/gegl-0.1 1.22 cp -a $_pkg/usr/include $fs/usr 1.23 }