2014-07-11 20:25:41 +02:00
|
|
|
# Template file for 'libressl'
|
|
|
|
pkgname=libressl
|
2014-07-14 08:26:11 +02:00
|
|
|
version=2.0.1
|
2014-07-16 01:03:25 +02:00
|
|
|
revision=3
|
2014-07-14 11:07:25 +02:00
|
|
|
bootstrap=yes
|
2014-07-11 20:25:41 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
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"
|
2014-07-14 08:26:11 +02:00
|
|
|
checksum=9596f6cb3e8bafe35d749dfbdb6c984f1bbd86233598eb5fdb4abf854a5792ba
|
2014-07-11 20:25:41 +02:00
|
|
|
|
|
|
|
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
|
2014-07-14 08:26:11 +02:00
|
|
|
vmove usr/lib/pkgconfig
|
2014-07-11 20:25:41 +02:00
|
|
|
vmove usr/share/man/man3
|
|
|
|
}
|
|
|
|
}
|
2014-07-14 10:58:22 +02:00
|
|
|
|
|
|
|
libressl-openssl_package() {
|
|
|
|
short_desc+=" - openssl utility"
|
|
|
|
conflicts="openssl>=0"
|
2014-07-16 01:03:25 +02:00
|
|
|
provides="openssl-${version}_${revision}"
|
2014-07-14 10:58:22 +02:00
|
|
|
replaces="libressl<2.0.1_2"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/bin
|
|
|
|
vmove usr/share/man/man1
|
|
|
|
}
|
|
|
|
}
|