summaryrefslogtreecommitdiff
path: root/radio/libshout-idjc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'radio/libshout-idjc/PKGBUILD')
-rw-r--r--radio/libshout-idjc/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/radio/libshout-idjc/PKGBUILD b/radio/libshout-idjc/PKGBUILD
deleted file mode 100644
index 51578c420..000000000
--- a/radio/libshout-idjc/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: fauno, based on the git version from
-# Mantainer: M0Rf30
-pkgname=libshout-idjc
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Libshout-idjc is libshout plus some extensions for IDJC."
-arch=(i686 x86_64)
-url="http://idjc.sourceforge.net/"
-depends=('libvorbis' 'libtheora' 'speex')
-options=('!libtool' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-license=('LGPL')
-md5sums=('1b92ee05f42a957169a74a911cd94afc')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver/"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make LDFLAGS+=-lspeex
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/"
- make DESTDIR="${pkgdir}" install
-}
-