wok diff libplayer/receipt @ rev 15761
Up tazpkg (5.1.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 05 17:57:45 2014 +0100 (2014-01-05) |
parents | e86c02421165 |
children | 68f00cd672fd |
line diff
1.1 --- a/libplayer/receipt Sat Mar 12 01:19:18 2011 +0100 1.2 +++ b/libplayer/receipt Sun Jan 05 17:57:45 2014 +0100 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="A multimedia A/V abstraction layer API." 1.5 DEPENDS="xine-lib mplayer" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://libplayer.geexbox.org/" 1.10 WGET_URL="http://libplayer.geexbox.org/releases/$TARBALL" 1.11 @@ -26,6 +27,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.18 + cp -a $install/usr/bin $fs/usr 1.19 }