From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/libconfig/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 main/libconfig/APKBUILD (limited to 'main/libconfig') diff --git a/main/libconfig/APKBUILD b/main/libconfig/APKBUILD new file mode 100644 index 00000000..13185722 --- /dev/null +++ b/main/libconfig/APKBUILD @@ -0,0 +1,23 @@ +# Maintainer: Natanael Copa +pkgname=libconfig +pkgver=1.3.2 +pkgrel=0 +pkgdesc="a simple library for manipulating structured configuration files" +url="http://www.hyperrealm.com/libconfig/" +license='LGPL' +depends="uclibc" +makedepends="g++" +source="http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz" +subpackages="$pkgname-doc $pkgname-dev" + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-cxx + make || return 1 + make -j1 DESTDIR="$pkgdir/" install +} + +md5sums="094a82afd382aa2305c6cc3c06025c2d libconfig-1.3.2.tar.gz" -- cgit v1.2.3