wok-next annotate 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
rev   line source
al@20534 1 # SliTaz package receipt v2.
devl547@6038 2
devl547@6038 3 PACKAGE="icecast"
slaxemulator@13085 4 VERSION="2.3.3"
devl547@6038 5 CATEGORY="multimedia"
al@20534 6 SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg \
al@20534 7 (vorbis/theora) and aac streaming"
devl547@6038 8 MAINTAINER="devl547@gmail.com"
pascal@15000 9 LICENSE="GPL2"
al@20534 10 WEB_SITE="http://www.icecast.org/"
al@20534 11
devl547@6038 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@6038 13 WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL"
devl547@6038 14
al@20534 15 BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev"
pascal@15000 16
al@20534 17 compile_rules() {
devl547@6038 18 ./configure \
devl547@6038 19 --disable-yp \
devl547@6038 20 $CONFIGURE_ARGS &&
al@20575 21 fix libtool &&
devl547@6038 22 make -j2 &&
slaxemulator@13085 23 make DESTDIR=$DESTDIR install
devl547@6038 24 }
devl547@6038 25
al@20534 26 genpkg_rules() {
al@20534 27 copy @std
al@20534 28 DEPENDS="libxslt libxml2 libogg libvorbis libtheora"
devl547@6038 29 }