New package: libressl-2.0.0.
This commit is contained in:
parent
88c6934d99
commit
213069a606
|
@ -1671,3 +1671,5 @@ libid3.so id3lib-3.8.3_1
|
|||
libid3-3.8.so.3 id3lib-3.8.3_1
|
||||
libgirara-gtk3.so.1 girara-0.2.2_1
|
||||
libjq.so.1 jq-devel-1.4_1
|
||||
libcrypto.so.29 libressl-2.0.0_1
|
||||
libssl.so.26 libressl-2.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libressl
|
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'libressl'
|
||||
CFLAGS="-Wno-unused-value"
|
||||
|
||||
pkgname=libressl
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conflicts="openssl>=0 libssl>=0"
|
||||
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="OpenSSL-License, SSLeay-License"
|
||||
homepage="http://www.libressl.org/"
|
||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
||||
checksum=139ac81c9478accd38a9eb667623d75997a2197cec36f184cd8d23e98a7e475b
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libressl-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
conflicts="openssl-devel>=0"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue