wok-next diff libshout/receipt @ rev 19647
Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 23 00:58:26 2017 +0200 (2017-02-23) |
parents | b7319995b37e |
children | fb478984fbc8 |
line diff
1.1 --- a/libshout/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/libshout/receipt Thu Feb 23 00:58:26 2017 +0200 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