wok annotate mbedtls-dev/receipt @ rev 25177

Update some web_site & wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 02 13:44:10 2022 +0000 (22 months ago)
parents 3ed4ba0fc8db
children
rev   line source
al@20516 1 # SliTaz package receipt v2.
al@20516 2
al@20516 3 PACKAGE="mbedtls-dev"
al@20516 4 VERSION="2.6.0"
al@20516 5 CATEGORY="development"
al@20516 6 SHORT_DESC="Portable cryptographic and SSL/TLS library (ex polarssl) (development files)"
al@20516 7 MAINTAINER="al.bobylev@gmail.com"
al@20516 8 LICENSE="Apache"
pascal@25177 9 WEB_SITE="https://www.trustedfirmware.org/projects/mbed-tls/"
al@20516 10
al@20516 11 WANTED="mbedtls"
al@20516 12
al@20516 13 genpkg_rules() {
al@20516 14 mkdir -p $fs/usr/lib/
al@20516 15 cp -r $install/usr/include/ $fs/usr/
al@20516 16 cp $install/usr/lib/*.a $fs/usr/lib/
al@20516 17 }