wok-6.x diff rsbep/receipt @ rev 16028
mpg123: update genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 08 09:11:33 2014 +0000 (2014-03-08) |
parents | 532ab3b57d40 |
children | 2f230197370e |
line diff
1.1 --- a/rsbep/receipt Fri Nov 04 12:23:07 2011 +0100 1.2 +++ b/rsbep/receipt Sat Mar 08 09:11:33 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Shielding your files with Reed-Solomon codes." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://users.softlab.ntua.gr/~ttsiod/rsbep.html" 1.10 WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL" 1.11 @@ -26,5 +27,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 }