wok-6.x diff mbedtls-dev/receipt @ rev 25055
linux: disable Realtek RTL8723AU Wireless LAN NIC driver
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 09:43:10 2022 +0000 (2022-06-06) |
parents | |
children | 45673422e44e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mbedtls-dev/receipt Mon Jun 06 09:43:10 2022 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="mbedtls-dev" 1.7 +VERSION="2.6.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Portable cryptographic and SSL/TLS library (ex polarssl) (development files)" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="Apache" 1.12 +WEB_SITE="https://tls.mbed.org/" 1.13 + 1.14 +WANTED="mbedtls" 1.15 + 1.16 +genpkg_rules() { 1.17 + mkdir -p $fs/usr/lib/ 1.18 + cp -r $install/usr/include/ $fs/usr/ 1.19 + cp $install/usr/lib/*.a $fs/usr/lib/ 1.20 +}