summaryrefslogtreecommitdiffstats
path: root/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 /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 'mpc')
-rw-r--r--mpc/.footprint.i68617
-rw-r--r--mpc/.footprint.x86_6417
-rw-r--r--mpc/.md5sum.i6861
-rw-r--r--mpc/.md5sum.x86_641
-rw-r--r--mpc/Pkgfile18
5 files changed, 54 insertions, 0 deletions
diff --git a/mpc/.footprint.i686 b/mpc/.footprint.i686
new file mode 100644
index 000000000..f8b7a050f
--- /dev/null
+++ b/mpc/.footprint.i686
@@ -0,0 +1,17 @@
+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/mpc/.footprint.x86_64 b/mpc/.footprint.x86_64
new file mode 100644
index 000000000..f8b7a050f
--- /dev/null
+++ b/mpc/.footprint.x86_64
@@ -0,0 +1,17 @@
+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/mpc/.md5sum.i686 b/mpc/.md5sum.i686
new file mode 100644
index 000000000..3b11765bb
--- /dev/null
+++ b/mpc/.md5sum.i686
@@ -0,0 +1 @@
+24c81ad6afe6099e8d7a6826ef4b7105 mpc-0.20.tar.bz2
diff --git a/mpc/.md5sum.x86_64 b/mpc/.md5sum.x86_64
new file mode 100644
index 000000000..3b11765bb
--- /dev/null
+++ b/mpc/.md5sum.x86_64
@@ -0,0 +1 @@
+24c81ad6afe6099e8d7a6826ef4b7105 mpc-0.20.tar.bz2
diff --git a/mpc/Pkgfile b/mpc/Pkgfile
new file mode 100644
index 000000000..ab782e5f8
--- /dev/null
+++ b/mpc/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+}
+