wok annotate neon-dev/receipt @ rev 25064
openvas-libraries, openvas-client: update gnutls calls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 08 16:46:37 2022 +0000 (2022-06-08) |
parents | 54e6c6e354d1 |
children |
rev | line source |
---|---|
pascal@3964 | 1 # SliTaz package receipt. |
pascal@3964 | 2 |
pascal@3964 | 3 PACKAGE="neon-dev" |
Hans-G?nter@24963 | 4 VERSION="0.32.2" |
pascal@3964 | 5 CATEGORY="development" |
Hans-G?nter@21537 | 6 SHORT_DESC="Neon HTTP and WebDAV client library - development files." |
pascal@3964 | 7 MAINTAINER="lehswe@gmail.com" |
pascal@15584 | 8 LICENSE="GPL2" |
Hans-G?nter@24963 | 9 WEB_SITE="https://notroj.github.io/neon/" |
pascal@3964 | 10 |
pascal@15599 | 11 DEPENDS="pkg-config" |
Hans-G?nter@21537 | 12 WANTED="neon" |
pascal@15599 | 13 |
pascal@3964 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3964 | 15 genpkg_rules() |
pascal@3964 | 16 { |
Hans-G?nter@24963 | 17 cook_copy_folders include |
Hans-G?nter@24963 | 18 cook_copy_folders pkgconfig |
Hans-G?nter@24963 | 19 cook_copy_files *.*a |
pascal@3964 | 20 } |