summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-07 21:58:36 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-07 21:58:36 +0100
commit95888a4f68d04581cac35fcbc2bca52244611ff2 (patch)
treecd02ff27821e438f67f3455b23248ce2c88b5368
parent4fbae37e19eff540faa21d38436b6bbbe49dce13 (diff)
downloadnutyx-extra-95888a4f68d04581cac35fcbc2bca52244611ff2.tar.gz
nutyx-extra-95888a4f68d04581cac35fcbc2bca52244611ff2.tar.bz2
nutyx-extra-95888a4f68d04581cac35fcbc2bca52244611ff2.tar.xz
nutyx-extra-95888a4f68d04581cac35fcbc2bca52244611ff2.zip
ncmpc dans ouvert
-rw-r--r--extra/ncmpc/.footprint.i68619
-rw-r--r--extra/ncmpc/.footprint.x86_6419
-rw-r--r--extra/ncmpc/.md5sum.i6861
-rw-r--r--extra/ncmpc/.md5sum.x86_641
-rw-r--r--extra/ncmpc/Pkgfile20
5 files changed, 0 insertions, 60 deletions
diff --git a/extra/ncmpc/.footprint.i686 b/extra/ncmpc/.footprint.i686
deleted file mode 100644
index 55093ee3b..000000000
--- a/extra/ncmpc/.footprint.i686
+++ /dev/null
@@ -1,19 +0,0 @@
-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/.footprint.x86_64 b/extra/ncmpc/.footprint.x86_64
deleted file mode 100644
index 55093ee3b..000000000
--- a/extra/ncmpc/.footprint.x86_64
+++ /dev/null
@@ -1,19 +0,0 @@
-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.i686 b/extra/ncmpc/.md5sum.i686
deleted file mode 100644
index 0687ce184..000000000
--- a/extra/ncmpc/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-806dcbb8f6f1a6ce1b60f51c2d94199d ncmpc-0.15.tar.bz2
diff --git a/extra/ncmpc/.md5sum.x86_64 b/extra/ncmpc/.md5sum.x86_64
deleted file mode 100644
index 0687ce184..000000000
--- a/extra/ncmpc/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-806dcbb8f6f1a6ce1b60f51c2d94199d ncmpc-0.15.tar.bz2
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
-}
-
-