wok-current diff mbedtls-dev/receipt @ rev 21764
fake-sane: add pixma mp150
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 27 22:27:24 2019 +0200 (2019-06-27) |
parents | |
children | 45673422e44e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mbedtls-dev/receipt Thu Jun 27 22:27:24 2019 +0200 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 +}