From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/ncmpcpp/PKGBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 community/ncmpcpp/PKGBUILD (limited to 'community/ncmpcpp/PKGBUILD') diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD new file mode 100644 index 000000000..0eee723cd --- /dev/null +++ b/community/ncmpcpp/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 36886 2011-01-09 21:17:22Z mherych $ +# Maintainer: Mateusz Herych +# Contributor: Army + +pkgname=ncmpcpp +pkgver=0.5.6 +pkgrel=1 +pkgdesc="An almost exact clone of ncmpc with some new features." +arch=('i686' 'x86_64') +url="http://unkart.ovh.org/ncmpcpp/" +license=('GPL') +depends=('curl' 'libmpdclient' 'taglib' 'ncurses') +install=ncmpcpp.install +source=(http://unkart.ovh.org/ncmpcpp/${pkgname}-${pkgver}.tar.bz2) +md5sums=('cdaf82694c0a1f5e9de65bb0a191e403') + +build() { + cd "$srcdir/${pkgname}-${pkgver}" + ./configure --prefix=/usr \ + --enable-unicode \ + --enable-clock \ + --with-taglib \ + --with-curl + make +} + +package() { + cd "$srcdir/${pkgname}-${pkgver}" + + make DESTDIR="$pkgdir" install +} -- cgit v1.2.3-54-g00ecf