wok diff vorbis-tools/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
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	Thu Apr 10 19:50:37 2014 +0200
     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  }