wok view nettle-dev/receipt @ rev 24966

updated nettle and nettle-dev (3.5.1 -> 3.7.3)
author Hans-G?nter Theisgen
date Mon Apr 25 07:28:45 2022 +0100 (2022-04-25)
parents eeb3f2dda9df
children e97ec007801c
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="3.7.3"
5 CATEGORY="development"
6 SHORT_DESC="Development files for nettle."
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.lysator.liu.se/~nisse/nettle/"
11 DEPENDS="nettle pkg-config"
12 WANTED="nettle"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders include
20 cook_copy_folders pkgconfig
21 cook_copy_files *.*a
22 }