ef11f57681
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i '$a patch_args=-Np0"
16 lines
610 B
Bash
16 lines
610 B
Bash
# Template file for 'icecast'
|
|
pkgname=icecast
|
|
version=2.4.4
|
|
revision=4
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config libxml2-devel"
|
|
makedepends="openssl-devel libcurl-devel speex-devel
|
|
libtheora-devel libvorbis-devel libxslt-devel"
|
|
short_desc="Free server software for streaming multimedia"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.icecast.org/"
|
|
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44
|
|
conf_files="/etc/icecast.xml"
|
|
patch_args=-Np0
|