aboutsummaryrefslogtreecommitdiffstats
path: root/community/ices/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ices/APKBUILD')
-rw-r--r--community/ices/APKBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/community/ices/APKBUILD b/community/ices/APKBUILD
index 45414f99140..74fad625404 100644
--- a/community/ices/APKBUILD
+++ b/community/ices/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ices
pkgver=2.0.3
-pkgrel=1
+pkgrel=5
pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server"
url="https://icecast.org/ices/"
arch="all"
@@ -13,6 +13,13 @@ subpackages="$pkgname-doc"
source="https://downloads.xiph.org/releases/ices/ices-$pkgver.tar.bz2"
replaces="ices2"
+prepare() {
+ default_prepare
+
+ update_config_sub
+ update_config_guess
+}
+
build() {
./configure \
--prefix=/usr \