summaryrefslogtreecommitdiffstats
path: root/celt/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /celt/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'celt/PKGBUILD')
-rw-r--r--celt/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/celt/PKGBUILD b/celt/PKGBUILD
deleted file mode 100644
index 456bd46..0000000
--- a/celt/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Lauri Niskanen <ape@ape3000.com>
-# Contributor: Ray Rashif <schivmeister@gmail.com>
-
-pkgname=celt
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Low-latency audio communication codec"
-arch=(i686 x86_64)
-url="http://www.celt-codec.org"
-license=('BSD')
-depends=('libogg')
-options=('!libtool')
-source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c7f6b8346e132b1a48dae0eff77ea9f0')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR="$pkgdir" install
-
- ln -s libcelt0.so.0.0.0 $pkgdir/usr/lib/libcelt.so.0.7
- ln -s libcelt0.so.0.0.0 $pkgdir/usr/lib/libcelt.so.0.7.1
-
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/BSD"
-}
-