wok view libidn-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents bd3e2cbc0ec4
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libidn-dev"
4 VERSION="1.38"
5 CATEGORY="development"
6 SHORT_DESC="Encode and decode internationalized domain names, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://www.gnu.org/software/libidn/"
11 DEPENDS="libidn pkg-config"
12 WANTED="libidn"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
20 }