summaryrefslogtreecommitdiffstats
path: root/extra/libconfig/APKBUILD
blob: cf1d05a9be6d7b333e91d3c3a38e0dbcc0acf261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgname=libconfig
pkgver=1.3.1
pkgrel=0
pkgdesc="a simple library for manipulating structured configuration files"
url="http://www.hyperrealm.com/libconfig/"
license='LGPL'
depends="uclibc"
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 DESTDIR="$pkgdir/" install
}

md5sums="" #generate with 'abuild checksum'
md5sums="f02bfa27a21b3040089026975b9dc0b8  libconfig-1.3.1.tar.gz"