tlsdate: update to 0.0.11.
This commit is contained in:
parent
89c10be590
commit
fac0e99918
1 changed files with 2 additions and 5 deletions
|
@ -1,14 +1,11 @@
|
||||||
# Template file for 'tlsdate'
|
# Template file for 'tlsdate'
|
||||||
pkgname=tlsdate
|
pkgname=tlsdate
|
||||||
version=0.0.10
|
version=0.0.11
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--sbindir=/usr/bin
|
||||||
--with-polarssl=no ac_cv_func_clock_gettime=yes"
|
--with-polarssl=no ac_cv_func_clock_gettime=yes"
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
|
||||||
configure_args+=" --disable-seccomp-filter"
|
|
||||||
fi
|
|
||||||
conf_files="/etc/tlsdate/tlsdated.conf"
|
conf_files="/etc/tlsdate/tlsdated.conf"
|
||||||
make_dirs="/var/cache/tlsdated 0755 root root"
|
make_dirs="/var/cache/tlsdated 0755 root root"
|
||||||
hostmakedepends="automake pkg-config libtool"
|
hostmakedepends="automake pkg-config libtool"
|
||||||
|
@ -18,7 +15,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/ioerror/tlsdate"
|
homepage="https://github.com/ioerror/tlsdate"
|
||||||
distfiles="https://github.com/ioerror/tlsdate/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/ioerror/tlsdate/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f2e5b16cb2e85348ee0958467a1f575d1f5f9027bc0c759c78854586cdfbdd1d
|
checksum=17c8694462996d841e1ed27de22615861d9e6a77ddc47bfdec53c325409551d2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh ./autogen.sh
|
sh ./autogen.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue