wok-current annotate libsodium-dev/receipt @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (2 months ago)
parents a9ec8a908c33
children
rev   line source
pascal@21877 1 # SliTaz package receipt.
pascal@21877 2
pascal@21877 3 PACKAGE="libsodium-dev"
pascal@21877 4 VERSION="1.0.18"
pascal@21877 5 CATEGORY="development"
pascal@21877 6 SHORT_DESC="Network communication, cryptography and signaturing library, development file"
pascal@21877 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@21877 8 LICENSE="ISC"
pascal@25539 9 WEB_SITE="https://doc.libsodium.org/"
pascal@21877 10 WANTED="libsodium"
pascal@21877 11
pascal@21877 12 DEPENDS="libsodium pkg-config"
pascal@21877 13
pascal@21877 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@21877 15 genpkg_rules()
pascal@21877 16 {
pascal@21877 17 mkdir -p $fs/usr/lib
pascal@21877 18 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@21877 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@21877 20 cp -a $install/usr/include $fs/usr
pascal@21877 21 }