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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Oct 26 14:32:16 UTC 2013


    Date: Saturday, October 26, 2013 @ 16:32:15
  Author: bpiotrowski
Revision: 99260

upgpkg: opusfile 0.2-3

remove static libraries

Modified:
  opusfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 14:31:37 UTC (rev 99259)
+++ PKGBUILD	2013-10-26 14:32:15 UTC (rev 99260)
@@ -4,7 +4,7 @@
 
 pkgname=opusfile
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for opening, seeking, and decoding .opus files'
 arch=('i686' 'x86_64')
 url='http://www.opus-codec.org/'
@@ -15,14 +15,14 @@
 md5sums=('454375f51fb2f84bef9bf2fbf9535bb1')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/opusfile/LICENSE
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/opusfile/LICENSE
 }




More information about the arch-commits mailing list