summaryrefslogtreecommitdiff
path: root/community/ncmpcpp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ncmpcpp/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ncmpcpp/PKGBUILD')
-rw-r--r--community/ncmpcpp/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD
deleted file mode 100644
index c3ccc6166..000000000
--- a/community/ncmpcpp/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 80358 2012-11-20 16:00:53Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski
-# Contributor: graysky <graysky AT archlinux DOT us>
-# Contributor: Mateusz Herych <heniekk@gmail.com>
-# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
-
-pkgname=ncmpcpp
-pkgver=0.5.10
-pkgrel=4
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
-install=ncmpcpp.install
-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
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-
- make -C extras/
- install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}