wok-6.x diff mbedtls-dev/receipt @ rev 21956
updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 09 17:45:44 2019 +0100 (2019-10-09) |
parents | |
children | 45673422e44e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mbedtls-dev/receipt Wed Oct 09 17:45:44 2019 +0100 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 +}