2017-08-11 12:51:30 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://icecast.org
|
2017-02-16 23:46:45 +01:00
|
|
|
TERMUX_PKG_DESCRIPTION="Icecast is a streaming media (audio/video) server"
|
|
|
|
TERMUX_PKG_VERSION=2.4.3
|
2017-08-11 12:51:30 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://downloads.xiph.org/releases/icecast/icecast-$TERMUX_PKG_VERSION.tar.gz
|
|
|
|
TERMUX_PKG_SHA256=c85ca48c765d61007573ee1406a797ae6cb31fb5961a42e7f1c87adb45ddc592
|
2017-02-17 00:18:39 +01:00
|
|
|
TERMUX_PKG_DEPENDS="libcurl, libgnutls, libogg, libvorbis, libxml2, libxslt, mime-support, openssl"
|
2017-02-16 23:46:45 +01:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
perl -p -i -e "s#/etc/mime.types#$TERMUX_PREFIX/etc/mime.types#" $TERMUX_PKG_SRCDIR/src/cfgfile.c
|
2017-08-11 12:51:30 +02:00
|
|
|
}
|