summaryrefslogtreecommitdiffstats
path: root/extra/libmpdclient/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libmpdclient/Pkgfile')
-rw-r--r--extra/libmpdclient/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/libmpdclient/Pkgfile b/extra/libmpdclient/Pkgfile
new file mode 100644
index 000000000..0f615bd55
--- /dev/null
+++ b/extra/libmpdclient/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Librairie pour Mpd
+# URL: http://mpd.wikia.com/wiki/Client:Mpc
+# Maintainer: NuTyX packager team
+# Packager: Skippythekangoo at yahoo dot fr
+# Depends on:
+name=libmpdclient
+version=2.0
+release=1
+source=(http://downloads.sourceforge.net/musicpd/$name/$version/$name-$version.tar.bz2)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}