summaryrefslogtreecommitdiffstats
path: root/extra/libmpdclient/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-04 01:57:37 +0800
committerfredjo <frederic.joly@9online.fr>2009-11-04 05:20:30 +0800
commitcc473d5a78c09276869932be807f6fae51efb9bf (patch)
tree24337c15cca2845a22785409434f9a7d7754454b /extra/libmpdclient/Pkgfile
parent0a39b815b3072abdface386ab6fcea26f85a783c (diff)
downloadnutyx-extra-cc473d5a78c09276869932be807f6fae51efb9bf.tar.gz
nutyx-extra-cc473d5a78c09276869932be807f6fae51efb9bf.tar.bz2
nutyx-extra-cc473d5a78c09276869932be807f6fae51efb9bf.tar.xz
nutyx-extra-cc473d5a78c09276869932be807f6fae51efb9bf.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
+}