From ce09110732b963e07bb8edd1166ff946c333ebe3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 14 Dec 2009 13:32:49 +0000 Subject: main/libmpdclient: moved from testing --- main/libmpdclient/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 main/libmpdclient/APKBUILD (limited to 'main/libmpdclient') diff --git a/main/libmpdclient/APKBUILD b/main/libmpdclient/APKBUILD new file mode 100644 index 0000000000..4b43958619 --- /dev/null +++ b/main/libmpdclient/APKBUILD @@ -0,0 +1,23 @@ +# Maintainer: Natanael Copa +pkgname=libmpdclient +pkgver=2.1 +pkgrel=0 +pkgdesc="An asynchronous API library for interfacing MPD in the C, C++ & Objective C languages" +url="http://mpd.wikia.com/wiki/Client:libmpdclient" +license="GPL2" +depends= +makedepends= +subpackages="$pkgname-dev $pkgname-doc" +source="http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr || return 1 + make || return 1 +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make DESTDIR="$pkgdir" install || return 1 +} +md5sums="67efa0c3d107c090ef277dfb3442d1e3 libmpdclient-2.1.tar.bz2" -- cgit v1.2.3