wok diff rsbep/receipt @ rev 15657

eaccelerator: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 12 06:50:55 2013 +0000 (2013-12-12)
parents 532ab3b57d40
children 2f230197370e
line diff
     1.1 --- a/rsbep/receipt	Fri Nov 04 12:23:07 2011 +0100
     1.2 +++ b/rsbep/receipt	Thu Dec 12 06:50:55 2013 +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  }