wok annotate libsodium-dev/receipt @ rev 23933

dar: inserted libdir=/lib
author Hans-G?nter Theisgen
date Mon Sep 07 13:19:26 2020 +0100 (2020-09-07)
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 }