wok diff mbedtls-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children 45673422e44e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mbedtls-dev/receipt	Sat May 21 21:38:29 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 +}