wok-6.x diff cdrkit-audio/receipt @ rev 17248
libgringotts: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 19 11:51:39 2014 +0200 (2014-10-19) |
parents | e97b439c02c1 |
children | 73f36875e5a7 |
line diff
1.1 --- a/cdrkit-audio/receipt Mon Oct 18 23:40:23 2010 +0200 1.2 +++ b/cdrkit-audio/receipt Sun Oct 19 11:51:39 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Icedax, cdda2ogg and other tools for extracting audio files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WANTED="cdrkit" 1.9 WEB_SITE="http://www.cdrkit.org/" 1.10 1.11 @@ -12,9 +13,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/bin 1.15 - cp -a $_pkg/usr/bin/cdda* $fs/usr/bin 1.16 - cp $_pkg/usr/bin/icedax $fs/usr/bin 1.17 - cp $_pkg/usr/bin/pitchplay $fs/usr/bin 1.18 + cp -a $install/usr/bin/cdda* $fs/usr/bin 1.19 + cp $install/usr/bin/icedax $fs/usr/bin 1.20 + cp $install/usr/bin/pitchplay $fs/usr/bin 1.21 # Make symlinks for cdrtools compatibility 1.22 cd $fs/usr/bin 1.23 ln -s icedax cdda2wav