diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 14:00:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 14:00:55 +0000 |
commit | 3c81761bd645b48e574733af55a30e34af411d6e (patch) | |
tree | 049f591bcd62435b879e68a7cdf937ce463f0713 /extra/libconfig/APKBUILD | |
parent | 95e9090b24c911d8a87ec615e4b7871456543991 (diff) | |
download | aports-3c81761bd645b48e574733af55a30e34af411d6e.tar.bz2 aports-3c81761bd645b48e574733af55a30e34af411d6e.tar.xz |
extra/libconfig: upgrade to 1.3.2
Diffstat (limited to 'extra/libconfig/APKBUILD')
-rw-r--r-- | extra/libconfig/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libconfig/APKBUILD b/extra/libconfig/APKBUILD index cf1d05a9be..465fe6d1d8 100644 --- a/extra/libconfig/APKBUILD +++ b/extra/libconfig/APKBUILD @@ -1,10 +1,12 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libconfig -pkgver=1.3.1 +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" @@ -18,5 +20,4 @@ build() { make DESTDIR="$pkgdir/" install } -md5sums="" #generate with 'abuild checksum' -md5sums="f02bfa27a21b3040089026975b9dc0b8 libconfig-1.3.1.tar.gz" +md5sums="094a82afd382aa2305c6cc3c06025c2d libconfig-1.3.2.tar.gz" |