diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:49:33 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:49:33 +0100 |
commit | 599a958d3cc2355c46e244f3a3479689920fc746 (patch) | |
tree | 37d8a54ba00914ce66726f885b03f2cef705232e /extra/libmpdclient/Pkgfile | |
parent | dcfc7c4bc09e8dab5698bb54bae251f11bbbfc6a (diff) | |
download | nutyx-extra-599a958d3cc2355c46e244f3a3479689920fc746.tar.gz nutyx-extra-599a958d3cc2355c46e244f3a3479689920fc746.tar.bz2 nutyx-extra-599a958d3cc2355c46e244f3a3479689920fc746.tar.xz nutyx-extra-599a958d3cc2355c46e244f3a3479689920fc746.zip |
Ajout de libmpdclient#2.0-1
Diffstat (limited to 'extra/libmpdclient/Pkgfile')
-rw-r--r-- | extra/libmpdclient/Pkgfile | 15 |
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 +} |