summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:38:07 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:38:07 +0200
commitc6b8ac563e6b3c484ba2120b1cc180d9de401687 (patch)
treee75333b70d61fbb4db62d49add0ec9cb30ccfacf /extra
parent1eb8abe31cbc59b2b6bae71f911157b8008d07d6 (diff)
downloadnutyx-extra-c6b8ac563e6b3c484ba2120b1cc180d9de401687.tar.gz
nutyx-extra-c6b8ac563e6b3c484ba2120b1cc180d9de401687.tar.bz2
nutyx-extra-c6b8ac563e6b3c484ba2120b1cc180d9de401687.tar.xz
nutyx-extra-c6b8ac563e6b3c484ba2120b1cc180d9de401687.zip
Ajout de ncmpc#0.14-1
Diffstat (limited to 'extra')
-rw-r--r--extra/ncmpc/.footprint19
-rw-r--r--extra/ncmpc/.md5sum1
-rw-r--r--extra/ncmpc/Pkgfile16
3 files changed, 36 insertions, 0 deletions
diff --git a/extra/ncmpc/.footprint b/extra/ncmpc/.footprint
new file mode 100644
index 000000000..55093ee3b
--- /dev/null
+++ b/extra/ncmpc/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ncmpc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/ncmpc/
+-rw-r--r-- root/root usr/share/doc/ncmpc/AUTHORS
+-rw-r--r-- root/root usr/share/doc/ncmpc/NEWS
+-rw-r--r-- root/root usr/share/doc/ncmpc/README
+-rw-r--r-- root/root usr/share/doc/ncmpc/config.sample
+-rw-r--r-- root/root usr/share/doc/ncmpc/keys.sample
+-rw-r--r-- root/root usr/share/doc/ncmpc/ncmpc.lirc
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/ncmpc.mo
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/ncmpc.1.gz
diff --git a/extra/ncmpc/.md5sum b/extra/ncmpc/.md5sum
new file mode 100644
index 000000000..ad40370c7
--- /dev/null
+++ b/extra/ncmpc/.md5sum
@@ -0,0 +1 @@
+a62a3454579efff7cca71691a3b098fb ncmpc-0.14.tar.bz2
diff --git a/extra/ncmpc/Pkgfile b/extra/ncmpc/Pkgfile
new file mode 100644
index 000000000..e928ef72a
--- /dev/null
+++ b/extra/ncmpc/Pkgfile
@@ -0,0 +1,16 @@
+# 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: ncurses
+name=ncmpc
+version=0.14
+release=1
+source=(http://downloads.sourceforge.net/musicpd/$name-$version.tar.bz2)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+