Skip to content

Commit

Permalink
New package: ezstream-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
misuchiru03 committed Oct 11, 2022
1 parent c33cf50 commit 673033d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions srcpkgs/ezstream/template
@@ -0,0 +1,31 @@
# Template file for 'ezstream'
pkgname=ezstream
version=1.0.2
revision=1
build_style=gnu-configure
hostmakedepends="gettext-devel automake pkg-config libtool"
makedepends="check-devel libshout-devel libxml2-devel taglib-devel"
depends="libshout libxml2 taglib"
short_desc="Command line source client for media streams"
maintainer="Alex Childs <misuchiru03+github@gmail.com>"
license="GPL-2.0-only"
homepage="https://icecast.org/ezstream"
distfiles="https://downloads.xiph.org/releases/ezstream/ezstream-${version}.tar.gz"
checksum=11de897f455a95ba58546bdcd40a95d3bda69866ec5f7879a83b024126c54c2a

#if [ "${XBPS_LIBC}" = musl ]; then
# hostmakedepends+=" musl-legacy-compat"
#fi

if [ "${XBPS_TARGET_LIBC}" = musl ]; then
makedepends+=" musl-legacy-compat"
else
makedepends+=" glibc-devel"
fi

pre_configure() {
autoupdate
sh autogen.sh

sed -z -e "s/ ''\n/ '')/" -e "s/\n\n)/\n/" -i configure
}

0 comments on commit 673033d

Please sign in to comment.