wok annotate libsodium-dev/receipt @ rev 24363

updated fftw and fftw-dev (3.3.8 -> 3.3.10)
author Hans-G?nter Theisgen
date Fri Feb 04 15:51:08 2022 +0100 (2022-02-04)
parents
children c3a6f662a1c1
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@21877 9 WEB_SITE="https://www.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 }