wok-current diff vorbis-tools/receipt @ rev 17274
linux64: update module list
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 25 09:28:27 2014 +0200 (2014-10-25) |
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 Sat Oct 25 09:28:27 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 }