diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:34:47 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:34:47 +0200 |
commit | 9d857952463b2cb48c122b99fa3e99e7470e681e (patch) | |
tree | ab3cdb33da3af0e46698a91954f4b6356e60948c /extra/libmpdclient/Pkgfile | |
parent | 917279b63eb85d37876ede66f80da4fcf96b3047 (diff) | |
download | nutyx-pakxe-9d857952463b2cb48c122b99fa3e99e7470e681e.tar.gz nutyx-pakxe-9d857952463b2cb48c122b99fa3e99e7470e681e.tar.bz2 nutyx-pakxe-9d857952463b2cb48c122b99fa3e99e7470e681e.tar.xz nutyx-pakxe-9d857952463b2cb48c122b99fa3e99e7470e681e.zip |
libmpdclient dans extra
Diffstat (limited to 'extra/libmpdclient/Pkgfile')
-rw-r--r-- | extra/libmpdclient/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/libmpdclient/Pkgfile b/extra/libmpdclient/Pkgfile new file mode 100644 index 000000000..e263b499d --- /dev/null +++ b/extra/libmpdclient/Pkgfile @@ -0,0 +1,16 @@ +# 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.4 +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 + rm -r $PKG/usr/share/doc +} |