comparison network/ntp/ntp.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 0e6c54d47dfb
comparison
equal deleted inserted replaced
607:0be721db8410 608:2929b2af4c15
19 PKGVERSION=4.2.8p13 19 PKGVERSION=4.2.8p13
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="CUSTOM" 21 PKGLICENSE="CUSTOM"
22 PKGSUMMARY="network time protocol" 22 PKGSUMMARY="network time protocol"
23 PKGDOWNLOAD="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="network/openssl" 24 PKGDEPENDS="crypto/libressl"
25 PKGOPTIONS="CAP IPV6 NLS" 25 PKGOPTIONS="CAP IPV6 NLS"
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 : ${CC:=clang} 29 : ${CC:=clang}