New package: liblogging-1.0.0.
This commit is contained in:
parent
d2a168ffe1
commit
07544a8088
3 changed files with 25 additions and 0 deletions
|
@ -1462,3 +1462,4 @@ libbfb.so.0 libbfb-0.24_1
|
||||||
libmulticobex.so.1 libmulticobex-0.24_1
|
libmulticobex.so.1 libmulticobex-0.24_1
|
||||||
libobexftp.so.0 libobexftp-0.24_1
|
libobexftp.so.0 libobexftp-0.24_1
|
||||||
libhunspell-1.3.so.0 libhunspell-1.3.2_1
|
libhunspell-1.3.so.0 libhunspell-1.3.2_1
|
||||||
|
libstdlog.so.0 liblogging-1.0.0_1
|
||||||
|
|
1
srcpkgs/liblogging-devel
Symbolic link
1
srcpkgs/liblogging-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
liblogging
|
23
srcpkgs/liblogging/template
Normal file
23
srcpkgs/liblogging/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue