New package: dotconf-1.3
This commit is contained in:
parent
06fc2c5d24
commit
6d276e08c2
|
@ -1226,3 +1226,4 @@ librumpnet_sockin.so.0 netbsd-rumpkernel-20130321_1
|
|||
librumpnet_net.so.0 netbsd-rumpkernel-20130321_1
|
||||
librumpnet.so.0 netbsd-rumpkernel-20130321_1
|
||||
librumpkern_sys_linux.so.0 netbsd-rumpkernel-20130321_1
|
||||
libdotconf.so.0 dotconf-1.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
dotconf
|
|
@ -0,0 +1,33 @@
|
|||
# Template build file for 'dotconf'.
|
||||
pkgname=dotconf
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
wrksrc=williamh-${pkgname}-4cd7b3a
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="A C library for parsing configuration files"
|
||||
maintainer="ojab <ojab@ojab.ru>"
|
||||
license="LGPL2.1"
|
||||
homepage="https://github.com/williamh/dotconf"
|
||||
checksum=d7c5eab8e9785ea0186676f0ccc4261e196b7559943030f869169eb748d34178
|
||||
distfiles="https://github.com/williamh/${pkgname}/tarball/v${version}"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
}
|
||||
|
||||
dotconf_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
||||
dotconf-devel_package() {
|
||||
short_desc="${short_desc} -- development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue