wok-current diff id3lib/receipt @ rev 3896
get-google-chrome: do not create empty packages if /usr/bin/ar not exist
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Fri Aug 14 13:21:54 2009 +0000 (2009-08-14) |
parents | d4b11bc7b0e1 |
children | 8d3f3ded1725 |
line diff
1.1 --- a/id3lib/receipt Sun Mar 15 20:50:34 2009 +0000 1.2 +++ b/id3lib/receipt Fri Aug 14 13:21:54 2009 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Library to manipulate ID3v1 and ID3v2 tags." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -DEPENDS="libiconv zlib" 1.8 +DEPENDS="zlib" 1.9 BUILD_DEPENDS="zlib-dev" 1.10 WEB_SITE="http://id3lib.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -15,6 +15,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + patch -p1 -i ../stuff/id3lib-$VERSION-gcc-4.4.patch || exit 1 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 $CONFIGURE_ARGS &&