wok view libmaxminddb-dev/receipt @ rev 25843

Update some urls
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 21 09:04:33 2025 +0000 (5 weeks ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libmaxminddb-dev"
4 VERSION="1.11.0"
5 CATEGORY="development"
6 SHORT_DESC="Maxmind GeoIP2 database library - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="Apache-2.0"
9 WEB_SITE="https://github.com/maxmind/libmaxminddb"
11 DEPENDS="libmaxminddb pkg-config"
12 WANTED="libmaxminddb"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }