summaryrefslogtreecommitdiffstats
path: root/extra/libmpdclient/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 23:49:33 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 23:49:33 +0100
commit599a958d3cc2355c46e244f3a3479689920fc746 (patch)
tree37d8a54ba00914ce66726f885b03f2cef705232e /extra/libmpdclient/Pkgfile
parentdcfc7c4bc09e8dab5698bb54bae251f11bbbfc6a (diff)
downloadnutyx-pakxe-599a958d3cc2355c46e244f3a3479689920fc746.tar.gz
nutyx-pakxe-599a958d3cc2355c46e244f3a3479689920fc746.tar.bz2
nutyx-pakxe-599a958d3cc2355c46e244f3a3479689920fc746.tar.xz
nutyx-pakxe-599a958d3cc2355c46e244f3a3479689920fc746.zip
Ajout de libmpdclient#2.0-1
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
+}