aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-04-28 19:23:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-04-28 19:23:38 +0000
commitb88e161649e70a8127eddb044b9e52d631ba469e (patch)
treeabc8482ad3a0288c15ea1ffacb9ef74f6d58dbc4 /testing
parentb78ebbc461afe826f43310560cf4bd6ad4cc4d44 (diff)
downloadaports-b88e161649e70a8127eddb044b9e52d631ba469e.tar.bz2
aports-b88e161649e70a8127eddb044b9e52d631ba469e.tar.xz
testing/ezstream: upgrade to 0.6.0
Diffstat (limited to 'testing')
-rw-r--r--testing/ezstream/APKBUILD27
1 files changed, 13 insertions, 14 deletions
diff --git a/testing/ezstream/APKBUILD b/testing/ezstream/APKBUILD
index ac1a5d490d..4b7a245c9a 100644
--- a/testing/ezstream/APKBUILD
+++ b/testing/ezstream/APKBUILD
@@ -1,35 +1,34 @@
# Contributor: Lionel Voirol <lionel@sinux.ch>
-# Maintainer:
+# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ezstream
-pkgver=0.5.6
+pkgver=0.6.0
pkgrel=0
pkgdesc="Ezstream is a command line source client for Icecast media streaming servers."
url="http://www.icecast.org/ezstream.php"
arch="all"
license="GPL2"
depends=""
-depends_dev="libshout-dev libxml2-dev libvorbis-dev"
-makedepends="$depends_dev"
+depends_dev=""
+makedepends="$depends_dev libshout-dev libxml2-dev libvorbis-dev"
install=""
-subpackages=""
+subpackages="$pkgname-doc"
source="http://downloads.xiph.org/releases/ezstream/ezstream-$pkgver.tar.gz"
-_builddir=$srcdir/$pkgname-$pkgver
+builddir=$srcdir/$pkgname-$pkgver
build() {
- cd "$_builddir"
+ cd "$builddir"
./configure \
- --prefix=/usr \
- || return 1
+ --prefix=/usr \
+ || return 1
make || return 1
-
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="1be68119d44fbe71454a901fa650a359 ezstream-0.5.6.tar.gz"
-sha256sums="818b7ab2a498ffe6e59155279cb79ed0291c4979210e99af6dda950fe54a30c0 ezstream-0.5.6.tar.gz"
-sha512sums="c9b22056612160b5d8a914abeea094dce83121378563307558af988438ad5b42e0e9b5434024f846b5e0151133b84e47fb11d54bf5df3ed9889aece82be9ef47 ezstream-0.5.6.tar.gz"
+md5sums="913fffa04a5631e5f9d0ee19945045a4 ezstream-0.6.0.tar.gz"
+sha256sums="f86eb8163b470c3acbc182b42406f08313f85187bd9017afb8b79b02f03635c9 ezstream-0.6.0.tar.gz"
+sha512sums="d6b621db85a0d56dcc54a8b7a0136c25342ec507f04ab397a53f46a74e85e94806e17d0a0a59e66096b5c0d97b7f98eaba95a50c1ca6c8d82aed11b854d0d33d ezstream-0.6.0.tar.gz"