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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Dec 1 11:31:56 UTC 2013


    Date: Sunday, December 1, 2013 @ 12:31:56
  Author: bpiotrowski
Revision: 101795

upgpkg: ncmpcpp 0.5.10-5

- rebuild against taglib 1.9.1 (FS#37964)

Modified:
  ncmpcpp/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-01 10:13:27 UTC (rev 101794)
+++ PKGBUILD	2013-12-01 11:31:56 UTC (rev 101795)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.5.10
-pkgrel=4
+pkgrel=5
 pkgdesc='Almost exact clone of ncmpc with some new features'
 arch=('i686' 'x86_64')
 url='http://ncmpcpp.rybczak.net/'
@@ -17,22 +17,22 @@
 md5sums=('298ed66325bcfe358e37e186c7ea4861')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr    \
-              --enable-clock   \
-              --enable-outputs \
-              --enable-unicode \
-              --enable-visualizer \
-              --with-curl      \
-              --with-fftw      \
-              --with-taglib
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-clock \
+    --enable-outputs \
+    --enable-unicode \
+    --enable-visualizer \
+    --with-curl \
+    --with-fftw \
+    --with-taglib
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  make -C extras/
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
 }




More information about the arch-commits mailing list