bearssl: add license.
This commit is contained in:
parent
d7c5acdff4
commit
b17b33c8a6
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'bearssl'
|
# Template file for 'bearssl'
|
||||||
pkgname=bearssl
|
pkgname=bearssl
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Implementation of the SSL/TLS protocol in C"
|
short_desc="Implementation of the SSL/TLS protocol in C"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
@ -19,6 +19,7 @@ do_install() {
|
|||||||
vinstall build/libbearssl.so.${version} 0644 usr/lib
|
vinstall build/libbearssl.so.${version} 0644 usr/lib
|
||||||
ln -s libbearssl.so.${version} ${DESTDIR}/usr/lib/libbearssl.so
|
ln -s libbearssl.so.${version} ${DESTDIR}/usr/lib/libbearssl.so
|
||||||
vcopy inc usr/include
|
vcopy inc usr/include
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
bearssl-devel_package() {
|
bearssl-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user