wok-next annotate icecast/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 380ffe05937a
children 0ec6086e21d6
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 &&
devl547@6038 21 make -j2 &&
slaxemulator@13085 22 make DESTDIR=$DESTDIR install
devl547@6038 23 }
devl547@6038 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20534 27 DEPENDS="libxslt libxml2 libogg libvorbis libtheora"
devl547@6038 28 }