rclone: Switch tarballs to signed (fixes #2382)
[termux-packages] / packages / icecast / build.sh
CommitLineData
3f38f836 1TERMUX_PKG_HOMEPAGE=https://icecast.org
ae585589
DM
2TERMUX_PKG_DESCRIPTION="Icecast is a streaming media (audio/video) server"
3TERMUX_PKG_VERSION=2.4.3
7712869c 4TERMUX_PKG_REVISION=1
3f38f836
FF
5TERMUX_PKG_SRCURL=https://downloads.xiph.org/releases/icecast/icecast-$TERMUX_PKG_VERSION.tar.gz
6TERMUX_PKG_SHA256=c85ca48c765d61007573ee1406a797ae6cb31fb5961a42e7f1c87adb45ddc592
74f6b525 7TERMUX_PKG_DEPENDS="libcurl, libgnutls, libogg, libvorbis, libxml2, libxslt, mime-support, openssl"
ae585589
DM
8TERMUX_PKG_BUILD_IN_SRC=yes
9
10termux_step_pre_configure() {
11 perl -p -i -e "s#/etc/mime.types#$TERMUX_PREFIX/etc/mime.types#" $TERMUX_PKG_SRCDIR/src/cfgfile.c
3f38f836 12}