summaryrefslogtreecommitdiffstats
path: root/extra/mpc
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/mpc
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/mpc')
-rw-r--r--extra/mpc/.footprint.i68617
-rw-r--r--extra/mpc/.footprint.x86_6417
-rw-r--r--extra/mpc/.md5sum.i6861
-rw-r--r--extra/mpc/.md5sum.x86_641
-rw-r--r--extra/mpc/Pkgfile18
5 files changed, 0 insertions, 54 deletions
diff --git a/extra/mpc/.footprint.i686 b/extra/mpc/.footprint.i686
deleted file mode 100644
index f8b7a050f..000000000
--- a/extra/mpc/.footprint.i686
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mpc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/mpc/
--rw-r--r-- root/root usr/share/doc/mpc/AUTHORS
--rw-r--r-- root/root usr/share/doc/mpc/COPYING
--rw-r--r-- root/root usr/share/doc/mpc/NEWS
--rw-r--r-- root/root usr/share/doc/mpc/README
--rw-r--r-- root/root usr/share/doc/mpc/mpc-completion.bash
--rw-r--r-- root/root usr/share/doc/mpc/mpd-m3u-handler.sh
--rw-r--r-- root/root usr/share/doc/mpc/mpd-pls-handler.sh
--rw-r--r-- root/root usr/share/doc/mpc/mppledit
-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/mpc.1.gz
diff --git a/extra/mpc/.footprint.x86_64 b/extra/mpc/.footprint.x86_64
deleted file mode 100644
index f8b7a050f..000000000
--- a/extra/mpc/.footprint.x86_64
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mpc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/mpc/
--rw-r--r-- root/root usr/share/doc/mpc/AUTHORS
--rw-r--r-- root/root usr/share/doc/mpc/COPYING
--rw-r--r-- root/root usr/share/doc/mpc/NEWS
--rw-r--r-- root/root usr/share/doc/mpc/README
--rw-r--r-- root/root usr/share/doc/mpc/mpc-completion.bash
--rw-r--r-- root/root usr/share/doc/mpc/mpd-m3u-handler.sh
--rw-r--r-- root/root usr/share/doc/mpc/mpd-pls-handler.sh
--rw-r--r-- root/root usr/share/doc/mpc/mppledit
-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/mpc.1.gz
diff --git a/extra/mpc/.md5sum.i686 b/extra/mpc/.md5sum.i686
deleted file mode 100644
index 3b11765bb..000000000
--- a/extra/mpc/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-24c81ad6afe6099e8d7a6826ef4b7105 mpc-0.20.tar.bz2
diff --git a/extra/mpc/.md5sum.x86_64 b/extra/mpc/.md5sum.x86_64
deleted file mode 100644
index 3b11765bb..000000000
--- a/extra/mpc/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-24c81ad6afe6099e8d7a6826ef4b7105 mpc-0.20.tar.bz2
diff --git a/extra/mpc/Pkgfile b/extra/mpc/Pkgfile
deleted file mode 100644
index ab782e5f8..000000000
--- a/extra/mpc/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Client en ligne de commande pour Mpd
-# URL: http://mpd.wikia.com/wiki/Client:Mpc
-# Maintainer: NuTyX packager team
-# Packager: Skippythekangoo at yahoo dot fr
-# Depends on: libmpdclient
-# Run on: libmpdclient
-
-name=mpc
-version=0.20
-release=1
-source=(http://downloads.sourceforge.net/musicpd/$name-$version.tar.bz2)
-build() {
-cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-