wok diff libvorbis/receipt @ rev 15425
Up: thunderbird-langpack-pt_PT (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:50 2013 +0100 (2013-11-03) |
parents | 55809d1fc91a |
children | ece91be34a06 |
line diff
1.1 --- a/libvorbis/receipt Thu Apr 19 08:56:14 2012 +0000 1.2 +++ b/libvorbis/receipt Sun Nov 03 21:52:50 2013 +0100 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Vorbis base library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -LICENSE="custom" 1.8 -DEPENDS="libogg" 1.9 -BUILD_DEPENDS="libogg-dev" 1.10 +LICENSE="other" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.xiph.org/" 1.13 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" 1.14 1.15 +DEPENDS="libogg" 1.16 +BUILD_DEPENDS="libogg-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -28,9 +29,9 @@ 1.22 mkdir -p $fs/usr/lib 1.23 1.24 # The libvorbisenc files should go in libvorbis-enc 1.25 - #cp -a $_pkg/usr/lib/libvorbis.so* $fs/usr/lib 1.26 - #cp -a $_pkg/usr/lib/libvorbisfile.so* $fs/usr/lib 1.27 + #cp -a $install/usr/lib/libvorbis.so* $fs/usr/lib 1.28 + #cp -a $install/usr/lib/libvorbisfile.so* $fs/usr/lib 1.29 1.30 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 } 1.33