wok view libsodium-dev/receipt @ rev 23937

qemu: add X86_64 efi bios
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 12 11:24:50 2020 +0000 (2020-09-12)
parents
children c3a6f662a1c1
line source
1 # SliTaz package receipt.
3 PACKAGE="libsodium-dev"
4 VERSION="1.0.18"
5 CATEGORY="development"
6 SHORT_DESC="Network communication, cryptography and signaturing library, development file"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://www.libsodium.org/"
10 WANTED="libsodium"
12 DEPENDS="libsodium pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }