wok diff id3lib/receipt @ rev 1653

Add xine-plugin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 08 13:43:55 2008 +0000 (2008-11-08)
parents 6633f0de123f
children d4b11bc7b0e1
line diff
     1.1 --- a/id3lib/receipt	Fri Feb 29 17:12:38 2008 +0100
     1.2 +++ b/id3lib/receipt	Sat Nov 08 13:43:55 2008 +0000
     1.3 @@ -6,6 +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 +BUILD_DEPENDS="zlib-dev"
     1.8  WEB_SITE="http://id3lib.sourceforge.net/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11 @@ -15,8 +16,8 @@
    1.12  	cd $src
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21