New package: libmaxminddb-1.3.2

Closes: #2052 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Elie ROUDNINSKI 2018-08-22 12:23:36 +01:00 committed by Jürgen Buchmüller
parent df1c8e4fa1
commit 78b2dca889
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
3 changed files with 22 additions and 0 deletions

View File

@ -3402,3 +3402,4 @@ libbelcard.so.1 belcard-1.0.2_1
libshaderc_shared.so shaderc-2017.2_1
libglslang.so glslang-6.2.2596_1
libSPIRV.so glslang-6.2.2596_1
libmaxminddb.so.0 libmaxminddb-1.3.2_1

1
srcpkgs/libmaxminddb-devel Symbolic link
View File

@ -0,0 +1 @@
libmaxminddb

View File

@ -0,0 +1,20 @@
# Template file for 'libmaxminddb'
pkgname=libmaxminddb
version=1.3.2
revision=1
build_style=gnu-configure
short_desc="A library for working with MaxMind DB files"
maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
license="Apache-2.0"
homepage="https://maxmind.github.io/${pkgname}/"
distfiles="https://github.com/maxmind/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0
libmaxminddb-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/share/man/man3
}
}