New package: wiredtiger-2.8.0
This commit is contained in:
parent
acfed87b13
commit
04ed37792b
|
@ -2402,3 +2402,4 @@ libfastjson.so.3 libfastjson-0.99.2_1
|
|||
libdcadec.so.0 dcadec-0.2.0_1
|
||||
libcmark.so.0 cmark-0.24.1_1
|
||||
libspotify.so.12 libspotify-12.1.51_1
|
||||
libwiredtiger-2.8.0.so wiredtiger-devel-2.8.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
wiredtiger
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'wiredtiger'
|
||||
pkgname=wiredtiger
|
||||
version=2.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="an high performance, scalable, platform for data management"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://source.wiredtiger.com/"
|
||||
distfiles="https://github.com/wiredtiger/wiredtiger/releases/download/$version/wiredtiger-$version.tar.bz2"
|
||||
checksum=593e4858a21465db6f8360cc6281489f8a114fa301bd2753c0bde9a86ef107e2
|
||||
|
||||
wiredtiger-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue