summaryrefslogtreecommitdiff
path: root/community/celt-0.7/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/celt-0.7/PKGBUILD')
-rw-r--r--community/celt-0.7/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/celt-0.7/PKGBUILD b/community/celt-0.7/PKGBUILD
index d55759b58..0c572e9e8 100644
--- a/community/celt-0.7/PKGBUILD
+++ b/community/celt-0.7/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 61638 2012-01-05 08:56:24Z svenstaro $
+# $Id: PKGBUILD 84881 2013-02-25 19:42:06Z arodseth $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lauri Niskanen <ape@ape3000.com>
@@ -6,16 +6,16 @@
pkgname=celt-0.7
_realname=celt
pkgver=0.7.1
-pkgrel=3
-pkgdesc="Low-latency audio communication codec"
+pkgrel=4
+pkgdesc='Low-latency audio communication codec'
arch=('i686' 'x86_64')
-url="http://www.celt-codec.org"
+url='http://www.celt-codec.org'
license=('BSD')
depends=('libogg')
#provides=('celt=$pkgver')
conflicts=('celt')
options=('!libtool')
-source=(http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz)
+source=("http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz")
md5sums=('c7f6b8346e132b1a48dae0eff77ea9f0')
build() {
@@ -23,12 +23,12 @@ build() {
./configure --prefix=/usr
make
- make DESTDIR="$pkgdir/" install
}
package() {
cd "$srcdir/$_realname-$pkgver"
+ make DESTDIR="$pkgdir/" install
install -Dm644 COPYING \
"$pkgdir/usr/share/licenses/$pkgname/BSD"
}