summaryrefslogtreecommitdiff
path: root/community/ncmpcpp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ncmpcpp
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ncmpcpp')
-rw-r--r--community/ncmpcpp/PKGBUILD38
-rw-r--r--community/ncmpcpp/ncmpcpp.install19
2 files changed, 0 insertions, 57 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/
-}
diff --git a/community/ncmpcpp/ncmpcpp.install b/community/ncmpcpp/ncmpcpp.install
deleted file mode 100644
index b539969ae..000000000
--- a/community/ncmpcpp/ncmpcpp.install
+++ /dev/null
@@ -1,19 +0,0 @@
-pre_install() {
- /bin/true
-}
-post_install() {
- echo "Example configuration files can be found in"
- echo "/usr/share/doc/ncmpcpp"
-}
-pre_upgrade() {
- /bin/true
-}
-post_upgrade() {
- /bin/true
-}
-pre_remove() {
- /bin/true
-}
-post_remove() {
- /bin/true
-}