wok rev 12737
Up: babl (0.1.10)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 07 23:28:05 2012 +0200 (2012-05-07) |
parents | 862d9bb73fa4 |
children | a361ec7ffbef |
files | babl-dev/receipt babl/receipt |
line diff
1.1 --- a/babl-dev/receipt Mon May 07 23:27:21 2012 +0200 1.2 +++ b/babl-dev/receipt Mon May 07 23:28:05 2012 +0200 1.3 @@ -13,8 +13,10 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib 1.7 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.8 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.9 - cp -a $_pkg/usr/include $fs/usr 1.10 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.11 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.12 + cp -a $install/usr/include $fs/usr 1.13 + cp -a $install/usr/lib/babl-* $fs/usr/lib 1.14 + rm $fs/usr/lib/babl-*/*.so 1.15 } 1.16
2.1 --- a/babl/receipt Mon May 07 23:27:21 2012 +0200 2.2 +++ b/babl/receipt Mon May 07 23:28:05 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="babl" 2.7 -VERSION="0.1.6" 2.8 +VERSION="0.1.10" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="pixel format translation library." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -15,14 +15,15 @@ 2.13 cd $src 2.14 ./configure \ 2.15 $CONFIGURE_ARGS && \ 2.16 - make && make DESTDIR=$DESTDIR install 2.17 + make && make install 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 mkdir -p $fs/usr/lib 2.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.25 - cp -a $_pkg/usr/lib/babl-* $fs/usr/lib 2.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.27 + cp -a $install/usr/lib/babl-* $fs/usr/lib 2.28 + rm $fs/usr/lib/babl-*/*.*a 2.29 } 2.30