summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/mpd/.footprint18
-rw-r--r--extra/mpd/.md5sum1
-rw-r--r--extra/mpd/Pkgfile16
3 files changed, 35 insertions, 0 deletions
diff --git a/extra/mpd/.footprint b/extra/mpd/.footprint
new file mode 100644
index 000000000..c5b20a26a
--- /dev/null
+++ b/extra/mpd/.footprint
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/mpd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/mpd/
+-rw-r--r-- root/root usr/share/doc/mpd/AUTHORS
+-rw-r--r-- root/root usr/share/doc/mpd/COPYING
+-rw-r--r-- root/root usr/share/doc/mpd/NEWS
+-rw-r--r-- root/root usr/share/doc/mpd/README
+-rw-r--r-- root/root usr/share/doc/mpd/TODO
+-rw-r--r-- root/root usr/share/doc/mpd/UPGRADING
+-rw-r--r-- root/root usr/share/doc/mpd/mpdconf.example
+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/mpd.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/mpd.conf.5.gz
diff --git a/extra/mpd/.md5sum b/extra/mpd/.md5sum
new file mode 100644
index 000000000..e7d5d4bdb
--- /dev/null
+++ b/extra/mpd/.md5sum
@@ -0,0 +1 @@
+66817a4b4c05454e6488f6b821f2a6a3 mpd-0.14.2.tar.bz2
diff --git a/extra/mpd/Pkgfile b/extra/mpd/Pkgfile
new file mode 100644
index 000000000..bf381d0f1
--- /dev/null
+++ b/extra/mpd/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Music Player Daemon compile avec les supports mp3, ogg et alsa
+# URL: mpd.wikia.com
+# Maintainer: NuTyX packager team
+# Packager: Skippythekangoo at yahoo dot fr
+# Depends on: glib, libmad, libogg, alsa-lib, libid3tag
+
+name=mpd
+version=0.14.2
+release=1
+source=(http://downloads.sourceforge.net/musicpd/$name-$version.tar.bz2)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}