[arch-commits] Commit in celt-0.7/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Feb 14 21:14:35 UTC 2013


    Date: Thursday, February 14, 2013 @ 22:14:35
  Author: arodseth
Revision: 84260

pkgdir TODO

Modified:
  celt-0.7/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-14 21:09:49 UTC (rev 84259)
+++ PKGBUILD	2013-02-14 21:14:35 UTC (rev 84260)
@@ -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 @@
 
   ./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"
 }




More information about the arch-commits mailing list