libucl: update to 0.8.1.
This commit is contained in:
parent
d7d5d92167
commit
1e76ab6bfc
|
@ -1763,7 +1763,7 @@ libawt_xawt.so openjdk-jre-8u20_1
|
|||
libjava.so openjdk-jre-8u20_1
|
||||
libjli.so openjdk-jre-8u20_1
|
||||
libjvm.so openjdk-jre-8u20_1
|
||||
libucl.so.6 libucl-0.8.0_1
|
||||
libucl.so.5 libucl-0.8.1_1
|
||||
libhandle.so.1 xfsprogs-3.2.1_1
|
||||
libnfnetlink.so.0 libnfnetlink-1.0.1_1
|
||||
libnetfilter_log.so.1 libnetfilter_log-1.0.1_1
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'libucl'
|
||||
pkgname=libucl
|
||||
version=0.8.0
|
||||
revision=5
|
||||
version=0.8.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-urls --enable-signatures"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libcurl-devel libressl-devel"
|
||||
makedepends="libcurl-devel"
|
||||
short_desc="Universal configuration library parser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/vstakhov/libucl"
|
||||
distfiles="https://github.com/vstakhov/libucl/archive/${version}.tar.gz"
|
||||
checksum=af361cd1f0b7b66c228a1c04a662ccaa9ee8af79842046c04446d915db349ee1
|
||||
checksum=a6397e179672f0e8171a0f9a2cfc37e01432b357fd748b13f4394436689d24ef
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue