From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- celt/PKGBUILD | 28 ---------------------------- celt/mumble11x.desktop | 11 ----------- 2 files changed, 39 deletions(-) delete mode 100644 celt/PKGBUILD delete mode 100644 celt/mumble11x.desktop (limited to 'celt') 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 -# Contributor: Ray Rashif - -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 -- cgit v1.2.3-24-g4f1b