wok-current diff normalize/receipt @ rev 13152
busybox-static: add uname
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 13 13:58:26 2012 +0200 (2012-07-13) |
parents | e1b0990690d7 |
children | 380ffe05937a |
line diff
1.1 --- a/normalize/receipt Sun May 30 03:58:04 2010 +0000 1.2 +++ b/normalize/receipt Fri Jul 13 13:58:26 2012 +0200 1.3 @@ -8,8 +8,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://normalize.nongnu.org/" 1.6 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.7 -BUILD_DEPENDS="libmad-dev libaudiofile-dev" 1.8 -DEPENDS="libmad libaudiofile" 1.9 +BUILD_DEPENDS="libmad-dev audiofile-dev" 1.10 +DEPENDS="libmad audiofile" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -28,4 +28,4 @@ 1.15 mkdir -p $fs/usr/ 1.16 cp -a $_pkg/usr/bin $fs/usr 1.17 } 1.18 - 1.19 \ No newline at end of file 1.20 +