summaryrefslogtreecommitdiff
path: root/community/ncmpcpp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ncmpcpp/PKGBUILD')
-rw-r--r--community/ncmpcpp/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD
index 167e0160c..47ff37d8e 100644
--- a/community/ncmpcpp/PKGBUILD
+++ b/community/ncmpcpp/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74221 2012-07-23 03:07:58Z allan $
+# $Id: PKGBUILD 79964 2012-11-15 05:43:00Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
@@ -6,17 +6,17 @@
pkgname=ncmpcpp
pkgver=0.5.10
pkgrel=2
-pkgdesc="An almost exact clone of ncmpc with some new features."
+pkgdesc='Almost exact clone of ncmpc with some new features'
arch=('i686' 'x86_64')
-url="http://unkart.ovh.org/ncmpcpp/"
+url='http://ncmpcpp.rybczak.net/'
license=('GPL')
depends=('curl' 'libmpdclient' 'taglib' 'ncurses')
install=ncmpcpp.install
-source=(http://unkart.ovh.org/ncmpcpp/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
md5sums=('298ed66325bcfe358e37e186c7ea4861')
build() {
- cd "$srcdir/${pkgname}-${pkgver}"
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--enable-unicode \
--enable-clock \
@@ -27,7 +27,6 @@ build() {
}
package() {
- cd "$srcdir/${pkgname}-${pkgver}"
-
- make DESTDIR="$pkgdir" install
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}