void-packages/srcpkgs/libucl/template

34 lines
878 B
Bash
Raw Normal View History

2014-09-03 07:41:42 +00:00
# Template file for 'libucl'
pkgname=libucl
2015-03-12 10:49:20 +00:00
version=0.7.3
2015-07-16 08:24:40 +00:00
revision=2
2014-09-03 07:41:42 +00:00
build_style=gnu-configure
configure_args="--enable-urls --enable-signatures"
2015-02-06 22:11:55 +00:00
hostmakedepends="automake libtool pkg-config"
makedepends="libcurl-devel libressl-devel"
2014-09-03 07:41:42 +00:00
short_desc="Universal configuration library parser"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-09-03 07:41:42 +00:00
license="2-clause-BSD"
homepage="https://github.com/vstakhov/libucl"
2015-02-06 22:11:55 +00:00
distfiles="https://github.com/vstakhov/libucl/archive/${version}.tar.gz"
2015-03-12 10:49:20 +00:00
checksum=2f69995c7f8320350f56c1183c395cc4a2a958331f22d60b7839a117c9c601e1
2014-09-03 07:41:42 +00:00
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vlicense COPYING LICENSE
}
libucl-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/share
}
}