wok-stable diff normalize/receipt @ rev 8111
Fixed pcsxr-svn to use the real tar and not busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 15:36:07 2011 +0000 (2011-01-23) |
parents | e1b0990690d7 |
children |
line diff
1.1 --- a/normalize/receipt Sun May 30 03:58:04 2010 +0000 1.2 +++ b/normalize/receipt Sun Jan 23 15:36:07 2011 +0000 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 +