From 5120d38a66ff81802c68baf1dd312e6f64e8d571 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 15 Apr 2015 16:27:10 +0000 Subject: [PATCH] removed extra/libvorbis --- extra/libvorbis/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 extra/libvorbis/PKGBUILD diff --git a/extra/libvorbis/PKGBUILD b/extra/libvorbis/PKGBUILD deleted file mode 100644 index 244f3c63a..000000000 --- a/extra/libvorbis/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Tobias Kieslich -# Contributor: dorphell -# Contributor: John Proctor - -# ALARM: Kevin Mihelich -# - remove Arch's CFLAGS replacement, doesn't work with our flags - -pkgname=libvorbis -pkgver=1.3.4 -pkgrel=1 -pkgdesc="Vorbis codec library" -arch=('i686' 'x86_64') -license=('BSD') -url="http://www.xiph.org/vorbis/" -depends=('libogg') -options=('!libtool') -source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz) -md5sums=('8851c593a52d1ef9c526d95174873852') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" -}