libucl: update to 0.7.2.

This commit is contained in:
Juan RP 2015-02-06 23:11:55 +01:00
parent a1c9a91d0e
commit c0d5a9a2c1
1 changed files with 4 additions and 5 deletions

View File

@ -1,19 +1,18 @@
# Template file for 'libucl'
pkgname=libucl
version=0.7.1
version=0.7.2
revision=1
build_style=gnu-configure
configure_args="--enable-urls --enable-signatures"
hostmakedepends="automake libtool git pkg-config"
hostmakedepends="automake libtool pkg-config"
makedepends="libcurl-devel libressl-devel"
short_desc="Universal configuration library parser"
maintainer="Juan RP <xtraeme@gmail.com>"
license="2-clause-BSD"
homepage="https://github.com/vstakhov/libucl"
distfiles="https://github.com/vstakhov/libucl/archive/${version}.tar.gz"
checksum=cbfdf1f8bdca20249547d2d5ba287c4b3b0901fe9d76cee9b09d5e7b9a72e1dc
do_fetch() {
git clone -b ${version} git://github.com/vstakhov/libucl.git ${pkgname}-${version}
}
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}