wok view nettle-dev/receipt @ rev 24971

Rollback nettle to 3.5.1
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 26 22:23:24 2022 +0200 (2022-04-26)
parents cb70b1c31fee
children b2d550a4aebd
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="3.5.1"
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 }