summaryrefslogtreecommitdiffstats
path: root/extra/libmpdclient/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 23:34:13 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 23:34:13 +0100
commit41deb9922a3d4a077544d592605b2561ceecb013 (patch)
tree958f6fb4341e1de61cc82397b0f4ca9bd5b61940 /extra/libmpdclient/Pkgfile
parent3d8a758bef0af14a92fe146d47bb0feb0abd95d2 (diff)
downloadnutyx-extra-41deb9922a3d4a077544d592605b2561ceecb013.tar.gz
nutyx-extra-41deb9922a3d4a077544d592605b2561ceecb013.tar.bz2
nutyx-extra-41deb9922a3d4a077544d592605b2561ceecb013.tar.xz
nutyx-extra-41deb9922a3d4a077544d592605b2561ceecb013.zip
Revert "Ajout de libmpdclient#2.0-1"
This reverts commit 4116bcd295d23106a7f9c077f2add4182b8c74e9.
Diffstat (limited to 'extra/libmpdclient/Pkgfile')
-rw-r--r--extra/libmpdclient/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/libmpdclient/Pkgfile b/extra/libmpdclient/Pkgfile
deleted file mode 100644
index 0f615bd55..000000000
--- a/extra/libmpdclient/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-}