wok-next view icecast/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents 757d032c55c7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="icecast"
4 VERSION="2.3.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg \
7 (vorbis/theora) and aac streaming"
8 MAINTAINER="devl547@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.icecast.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev"
17 compile_rules() {
18 ./configure \
19 --disable-yp \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make -j2 &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="libxslt libxml2 libogg libvorbis libtheora"
29 }