Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

View File

@@ -0,0 +1,10 @@
libssl.so.1
libcurl.so.4
libspeex.so.1
libtheora.so.0
libvorbis.so.0
libogg.so.0
libxslt.so.1
libxml2.so.2
libpthread.so.0
libc.so.6

View File

@@ -4,6 +4,7 @@ version=2.3.2
build_style=gnu-configure
homepage="http://www.icecast.org/"
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
revision=1
short_desc="Free server software for streaming multimedia"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
@@ -17,16 +18,6 @@ long_desc="
conf_files="/etc/icecast.xml"
Add_dependency run glibc
Add_dependency run libssl
Add_dependency run libcurl
Add_dependency run libspeex
Add_dependency run libtheora
Add_dependency run libvorbis
Add_dependency run libogg
Add_dependency run libxslt
Add_dependency run libxml2
Add_dependency build pkg-config
Add_dependency build openssl-devel
Add_dependency build libcurl-devel