summaryrefslogtreecommitdiffstats
path: root/extra/mpc
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:27:43 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:27:43 +0200
commit18409f3011cb62d6f267cb1ff05c700b3718053d (patch)
tree8f88ddce2b2444cf94dc9d84cd90acb1402c0a7e /extra/mpc
parent91845125cf2c65fbcbe6abe1f25019dd5f54b6f5 (diff)
downloadnutyx-extra-18409f3011cb62d6f267cb1ff05c700b3718053d.tar.gz
nutyx-extra-18409f3011cb62d6f267cb1ff05c700b3718053d.tar.bz2
nutyx-extra-18409f3011cb62d6f267cb1ff05c700b3718053d.tar.xz
nutyx-extra-18409f3011cb62d6f267cb1ff05c700b3718053d.zip
Ajout de mpc#0.15-1
Diffstat (limited to 'extra/mpc')
-rw-r--r--extra/mpc/.footprint17
-rw-r--r--extra/mpc/.md5sum1
-rw-r--r--extra/mpc/Pkgfile15
3 files changed, 33 insertions, 0 deletions
diff --git a/extra/mpc/.footprint b/extra/mpc/.footprint
new file mode 100644
index 000000000..f5b31b9b6
--- /dev/null
+++ b/extra/mpc/.footprint
@@ -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-bashrc
+-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 b/extra/mpc/.md5sum
new file mode 100644
index 000000000..cdacad447
--- /dev/null
+++ b/extra/mpc/.md5sum
@@ -0,0 +1 @@
+48897aeb3a7ee5c64f30e56789f105a8 mpc-0.15.tar.bz2
diff --git a/extra/mpc/Pkgfile b/extra/mpc/Pkgfile
new file mode 100644
index 000000000..1bb6ad06e
--- /dev/null
+++ b/extra/mpc/Pkgfile
@@ -0,0 +1,15 @@
+# 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:
+name=mpc
+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
+}