wok annotate nettle-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 e97ec007801c
children
rev   line source
devl547@11265 1 # SliTaz package receipt.
devl547@11265 2
devl547@11265 3 PACKAGE="nettle-dev"
shann@24986 4 VERSION="3.7.3"
devl547@11265 5 CATEGORY="development"
Hans-G?nter@21539 6 SHORT_DESC="Development files for nettle."
devl547@11265 7 MAINTAINER="devl547@gmail.com"
pascal@15584 8 LICENSE="LGPL2.1"
Hans-G?nter@21539 9 WEB_SITE="https://www.lysator.liu.se/~nisse/nettle/"
slaxemulator@13005 10
Hans-G?nter@23236 11 DEPENDS="nettle pkg-config"
devl547@11265 12 WANTED="nettle"
devl547@11265 13
Hans-G?nter@21539 14 HOST_ARCH="i486 arm"
Hans-G?nter@21539 15
devl547@11265 16 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@11265 17 genpkg_rules()
devl547@11265 18 {
Hans-G?nter@24966 19 cook_copy_folders include
Hans-G?nter@24966 20 cook_copy_folders pkgconfig
Hans-G?nter@24966 21 cook_copy_files *.*a
devl547@11265 22 }