summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/speex/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/speex/PKGBUILD')
-rw-r--r--abs/extra-testing/speex/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/extra-testing/speex/PKGBUILD b/abs/extra-testing/speex/PKGBUILD
deleted file mode 100644
index aac6749..0000000
--- a/abs/extra-testing/speex/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 7445 2008-08-02 03:05:20Z eduardo $
-# Contributer: Jason Chu <jason@archlinux.org>
-# Maintainer: Jason Chu <jason@archlinux.org>
-
-pkgname=speex
-pkgver=1.2rc1
-pkgrel=1
-pkgdesc="A free codec for free speech"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('libogg')
-source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c4438b22c08e5811ff10e2b06ee9b9ae')
-url="http://www.speex.org/"
-
-build() {
- cd $startdir/src/speex-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make || return 1
- make DESTDIR=$startdir/pkg install
- #to fix kde detection
- cp $startdir/pkg/usr/include/speex/* $startdir/pkg/usr/include/
- #libtoolslay
- find $startdir/pkg -name '*.la' -exec rm {} \;
-}