summaryrefslogtreecommitdiffstats
path: root/extra/mpd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mpd/Pkgfile')
-rw-r--r--extra/mpd/Pkgfile16
1 files changed, 16 insertions, 0 deletions
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
+}