wok-6.x diff libvorbis-dev/receipt @ rev 14746
Up xorg-libXrender (0.9.8), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 15 14:56:22 2013 +0200 (2013-06-15) |
parents | 55809d1fc91a |
children | 8ed62ecac0c7 |
line diff
1.1 --- a/libvorbis-dev/receipt Thu Apr 19 08:56:14 2012 +0000 1.2 +++ b/libvorbis-dev/receipt Sat Jun 15 14:56:22 2013 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Vorbis base library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="other" 1.8 DEPENDS="libogg-dev libvorbis" 1.9 WANTED="libvorbis" 1.10 WEB_SITE="http://www.xiph.org/" 1.11 @@ -13,8 +14,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib $fs/usr/share 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/share/aclocal $fs/usr/share 1.23 }