summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/libshout/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2011-11-03 02:16:13 (GMT)
committerMichael Hanson <mihanson@linhes.org>2011-11-03 02:16:13 (GMT)
commit6f99aad5b47be847c36748f78ac2fba4118ad037 (patch)
tree5e522d62da533cb22e9f11a5efd886f2b90cb7dc /abs/extra/community/libshout/PKGBUILD
parentdf8efdb159577f4c9def37065f2629ae70c1cb1a (diff)
parentd6ea193b243d8836b7c05ee111e73321072e6d60 (diff)
downloadlinhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.zip
linhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.tar.gz
linhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/libshout/PKGBUILD')
-rw-r--r--abs/extra/community/libshout/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra/community/libshout/PKGBUILD b/abs/extra/community/libshout/PKGBUILD
deleted file mode 100644
index b23c88e..0000000
--- a/abs/extra/community/libshout/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 19191 2008-11-17 11:43:24Z jgc $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: arjan <arjan@archlinux.org>
-# Contributor: Jason Chu <jchu@xentac.net>
-
-pkgname=libshout
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="Library for accessing a shoutcast/icecast server"
-arch=('i686' 'x86_64')
-depends=('libvorbis' 'libtheora' 'speex')
-url="http://www.icecast.org/"
-options=('!libtool' 'force')
-license=('LGPL2')
-source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4f75fc9901c724b712c371c9a1e782d3')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
- make LDFLAGS+=-lspeex || return 1
- make DESTDIR="${pkgdir}" install || return 1
-}