wok-current annotate nettle-dev/receipt @ rev 25714
fix plugins path on abiword receipt
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jun 14 11:38:57 2024 +0000 (7 months ago) |
parents | b2d550a4aebd |
children | 5926178cd6fa |
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 |
devl547@11265 | 21 } |