wok diff babl/receipt @ rev 14072
virtualboxose-guestutils: little change just to see if it get compiled
author | ernia <monghitri@aruba.it> |
---|---|
date | Thu Feb 21 19:57:49 2013 +0000 (2013-02-21) |
parents | 71c4889c7559 |
children | 7d6089953592 |
line diff
1.1 --- a/babl/receipt Thu Apr 19 21:37:55 2012 +0000 1.2 +++ b/babl/receipt Thu Feb 21 19:57:49 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="babl" 1.7 -VERSION="0.1.6" 1.8 +VERSION="0.1.10" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="pixel format translation library." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -15,14 +15,15 @@ 1.13 cd $src 1.14 ./configure \ 1.15 $CONFIGURE_ARGS && \ 1.16 - make && make DESTDIR=$DESTDIR install 1.17 + make && make install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 - cp -a $_pkg/usr/lib/babl-* $fs/usr/lib 1.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 + cp -a $install/usr/lib/babl-* $fs/usr/lib 1.28 + rm $fs/usr/lib/babl-*/*.*a 1.29 } 1.30