wok view libmaxminddb-dev/receipt @ rev 25768
created recipes for libmaxminddb and libmaxminddb-dev
author | Hans-G?nter Theisgen |
---|---|
date | Tue Sep 03 15:27:18 2024 +0100 (2 months 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 }