wok diff libshout/receipt @ rev 15520

Up: thunderbird-langpack-pt_PT (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 19 22:24:29 2013 +0100 (2013-11-19)
parents b7319995b37e
children a78610b2eb47
line diff
     1.1 --- a/libshout/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/libshout/receipt	Tue Nov 19 22:24:29 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Library for accessing a shoutcast/icecast server."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libvorbis libtheora speex"
     1.8 -BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.icecast.org/"
    1.12  WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="libvorbis libtheora speex"
    1.15 +BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -22,6 +24,6 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.26  }
    1.27