wok annotate libsodium-dev/receipt @ rev 21884

merkaartor: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 17:25:34 2019 +0200 (2019-09-30)
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 }