24 lines
709 B
Bash
24 lines
709 B
Bash
# Template file for 'confuse'
|
|
pkgname=confuse
|
|
version=3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-shared --enable-static"
|
|
short_desc="Small configuration file parser library for C"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://github.org/martinh/libconfuse/"
|
|
license="ISC"
|
|
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
|
checksum=8171f31e0071d5e4460269fdcc8b4e748cf23b4bf6bbe672f718a136dd63ca66
|
|
|
|
confuse-devel_package() {
|
|
depends="confuse>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|