diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-03-15 14:37:33 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-03-15 14:37:33 +0000 |
commit | 00cac1741b7e99ed5b9d449a6b85b5a48f9c6eaf (patch) | |
tree | e0f93f43287a929287be8313770fa099bfb4a9ad /testing | |
parent | f70906716192b00c8da6578c84c3daacdf158a1e (diff) | |
download | aports-00cac1741b7e99ed5b9d449a6b85b5a48f9c6eaf.tar.bz2 aports-00cac1741b7e99ed5b9d449a6b85b5a48f9c6eaf.tar.xz |
testing/icecast: taken ownership, fixed ssl problem adding openssl-dev in makedepends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/icecast/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/icecast/APKBUILD b/testing/icecast/APKBUILD index 5ea3015e55..5c7cf97383 100644 --- a/testing/icecast/APKBUILD +++ b/testing/icecast/APKBUILD @@ -1,8 +1,8 @@ -# Contributor: -# Maintainer: +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=icecast pkgver=2.3.2 -pkgrel=2 +pkgrel=3 pkgdesc="Open source media server" url="http://www.icecast.org" arch="all" @@ -11,7 +11,7 @@ depends= install="$pkgname.pre-install" pkgusers="icecast" pkggroups="icecast" -makedepends="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev" +makedepends="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev openssl-dev" subpackages="$pkgname-doc" source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz conf-change-owner.patch @@ -30,6 +30,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info + make } |