summaryrefslogtreecommitdiffstats
path: root/libmpdclient/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdclient/Pkgfile')
-rw-r--r--libmpdclient/Pkgfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/libmpdclient/Pkgfile b/libmpdclient/Pkgfile
index e263b499d..57c6423c9 100644
--- a/libmpdclient/Pkgfile
+++ b/libmpdclient/Pkgfile
@@ -3,14 +3,16 @@
# Maintainer: NuTyX packager team
# Packager: Skippythekangoo at yahoo dot fr
# Depends on:
+
name=libmpdclient
-version=2.4
+version=2.7
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
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}