wok-next annotate icecast/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents 0ec6086e21d6
children
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@21020 6 SHORT_DESC="Opensource alternative to shoutcast that supports audio streaming"
devl547@6038 7 MAINTAINER="devl547@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://www.icecast.org/"
al@20534 10
devl547@6038 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@6038 12 WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL"
devl547@6038 13
al@20534 14 BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev"
pascal@15000 15
al@20534 16 compile_rules() {
devl547@6038 17 ./configure \
devl547@6038 18 --disable-yp \
devl547@6038 19 $CONFIGURE_ARGS &&
al@20575 20 fix libtool &&
al@21020 21 make &&
al@21020 22 make DESTDIR=$install 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 }