wok diff normalize/receipt @ rev 9016
Fixed procps.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 14:00:57 2011 +0000 (2011-03-03) |
parents | e1b0990690d7 |
children | 380ffe05937a |
line diff
1.1 --- a/normalize/receipt Sun May 30 03:58:04 2010 +0000 1.2 +++ b/normalize/receipt Thu Mar 03 14:00:57 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 +