summaryrefslogtreecommitdiffstats
path: root/extra/ncmpc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ncmpc/Pkgfile')
-rw-r--r--extra/ncmpc/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/ncmpc/Pkgfile b/extra/ncmpc/Pkgfile
deleted file mode 100644
index 991791ed3..000000000
--- a/extra/ncmpc/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Client nCurses pour Mpd
-# URL: http://mpd.wikia.com/wiki/Client:Ncmpc
-# Maintainer: NuTyX packager team
-# Packager: Skippythekangoo at yahoo dot fr
-# Depends on: glib
-# Run on: glib
-
-name=ncmpc
-version=0.15
-release=1
-source=(http://downloads.sourceforge.net/musicpd/$name-$version.tar.bz2)
-build() {
-cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- chown -R 0:0 $PKG
-}
-
-