comparison python/python2/python2.sh @ 608:2929b2af4c15

crypto/libressl: initial import, closes #1687
author David Demelier <markand@malikania.fr>
date Fri, 19 Jul 2019 20:45:00 +0200
parents 25cecc6dca48
children 9de04ddc6f6d
comparison
equal deleted inserted replaced
607:0be721db8410 608:2929b2af4c15
19 PKGVERSION=2.7.16 19 PKGVERSION=2.7.16
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="PSF" 21 PKGLICENSE="PSF"
22 PKGSUMMARY="high-level scripting language" 22 PKGSUMMARY="high-level scripting language"
23 PKGDOWNLOAD="https://www.python.org/ftp/python/$PKGVERSION/Python-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="https://www.python.org/ftp/python/$PKGVERSION/Python-$PKGVERSION.tar.xz"
24 PKGDEPENDS="lib/libffi lib/expat compression/zlib network/openssl" 24 PKGDEPENDS="lib/libffi lib/expat compression/zlib crypto/libressl"
25 PKGOPTIONS="IPV6" 25 PKGOPTIONS="IPV6"
26 26
27 : ${CHOST:=$(uname -m)-linux-musl} 27 : ${CHOST:=$(uname -m)-linux-musl}
28 : ${CBUILD:=$(uname -m)-linux-musl} 28 : ${CBUILD:=$(uname -m)-linux-musl}
29 : ${CTARGET:=$(uname -m)-linux-musl} 29 : ${CTARGET:=$(uname -m)-linux-musl}