void-packages/srcpkgs/liblogging/template
2014-02-04 17:54:22 +01:00

24 lines
698 B
Plaintext

# Template file for 'liblogging'
pkgname=liblogging
version=1.0.0
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
short_desc="Easy to use, portable, open source library for system logging"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://www.liblogging.org/"
distfiles="http://download.rsyslog.com/liblogging/${pkgname}-${version}.tar.gz"
checksum=b74b456e21d08465dc5a52b1bbbc6a00caa313186cea4751c6eccf468fc84cfa
liblogging-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}