From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/ncmpcpp/PKGBUILD | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'community/ncmpcpp') diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD index c3ccc6166..99efaa71d 100644 --- a/community/ncmpcpp/PKGBUILD +++ b/community/ncmpcpp/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80358 2012-11-20 16:00:53Z bpiotrowski $ +# $Id: PKGBUILD 101796 2013-12-01 11:32:10Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: graysky # Contributor: Mateusz Herych @@ -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 @@ source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2) 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/ } -- cgit v1.2.3-54-g00ecf