wok-6.x diff vorbisgain/receipt @ rev 15333
boinc: create test_driver
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 11:51:36 2013 +0000 (2013-09-28) |
parents | 532929a9f473 |
children | 6135577f4d08 |
line diff
1.1 --- a/vorbisgain/receipt Tue Aug 14 13:39:31 2012 +0200 1.2 +++ b/vorbisgain/receipt Sat Sep 28 11:51:36 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="libogg libvorbis" 1.8 -BUILD_DEPENDS="libogg-dev libvorbis-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://sjeng.org/vorbisgain.html" 1.12 WGET_URL="http://sjeng.org/ftp/vorbis/$TARBALL" 1.13 1.14 +DEPENDS="libogg libvorbis" 1.15 +BUILD_DEPENDS="libogg-dev libvorbis-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -25,6 +27,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 + cp -a $install/usr/bin $fs/usr 1.26 } 1.27