wok diff vorbis-tools/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents d3affece8cb5
children 2f45bddbfd08
line diff
     1.1 --- a/vorbis-tools/receipt	Fri May 20 14:57:22 2011 +0000
     1.2 +++ b/vorbis-tools/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Vorbis encoder, decoder and tiny tools."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.vorbis.com/"
    1.10  WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
    1.11 @@ -25,5 +26,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  }