wok view mbedtls-dev/receipt @ rev 20902
updated expedite (1.7.8 -> 1.7.10)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 26 17:52:22 2019 +0100 (2019-02-26) |
parents | |
children | 45673422e44e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mbedtls-dev"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Portable cryptographic and SSL/TLS library (ex polarssl) (development files)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://tls.mbed.org/"
11 WANTED="mbedtls"
13 genpkg_rules() {
14 mkdir -p $fs/usr/lib/
15 cp -r $install/usr/include/ $fs/usr/
16 cp $install/usr/lib/*.a $fs/usr/lib/
17 }