summaryrefslogtreecommitdiff
path: root/community/ncmpcpp
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/ncmpcpp
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/ncmpcpp')
-rw-r--r--community/ncmpcpp/PKGBUILD30
1 files changed, 15 insertions, 15 deletions
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 <graysky AT archlinux DOT us>
# Contributor: Mateusz Herych <heniekk@gmail.com>
@@ -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/
}