summaryrefslogtreecommitdiffstats
path: root/extra/libmpdclient/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 18:57:37 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 18:57:37 +0100
commit4116bcd295d23106a7f9c077f2add4182b8c74e9 (patch)
treec1c41d801b0e01fbd0a7f26288ea40ba8014be8d /extra/libmpdclient/Pkgfile
parent74cfb20927d595dc2ded58b0471e085b7ba5f966 (diff)
downloadnutyx-pakxe-4116bcd295d23106a7f9c077f2add4182b8c74e9.tar.gz
nutyx-pakxe-4116bcd295d23106a7f9c077f2add4182b8c74e9.tar.bz2
nutyx-pakxe-4116bcd295d23106a7f9c077f2add4182b8c74e9.tar.xz
nutyx-pakxe-4116bcd295d23106a7f9c077f2add4182b8c74e9.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
+}