diff options
Diffstat (limited to 'celt')
-rw-r--r-- | celt/PKGBUILD | 28 | ||||
-rw-r--r-- | celt/mumble11x.desktop | 11 |
2 files changed, 0 insertions, 39 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" -} - diff --git a/celt/mumble11x.desktop b/celt/mumble11x.desktop deleted file mode 100644 index 5dba0d0..0000000 --- a/celt/mumble11x.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Mumble (1.1.X compatible) -GenericName=Voice Chat -Comment=Voice chat program (compatible with Mumble 1.1.X) -Exec=mumble11x -Icon=mumble -Terminal=false -Type=Application -StartupNotify=false -Categories=Network;Chat;Qt; -Version=1.2.1 |