mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 00:02:57 +02:00
openssl: bootstrap pkg.
This commit is contained in:
parent
18afad9e8d
commit
97bbc61612
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,6 @@ pkgname=openssl
|
||||||
_openssl_version=1.0.1
|
_openssl_version=1.0.1
|
||||||
version=${_openssl_version}e
|
version=${_openssl_version}e
|
||||||
revision=5
|
revision=5
|
||||||
hostmakedepends="perl"
|
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -12,6 +11,12 @@ homepage="http://www.openssl.org/"
|
||||||
distfiles="https://www.openssl.org/source/$pkgname-$version.tar.gz"
|
distfiles="https://www.openssl.org/source/$pkgname-$version.tar.gz"
|
||||||
checksum=f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3
|
checksum=f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3
|
||||||
|
|
||||||
|
bootstrap=yes
|
||||||
|
|
||||||
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
hostmakedepends="perl"
|
||||||
|
fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _opts
|
local _opts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue