ntp: fix license
This commit is contained in:
parent
1e8ca580f8
commit
18a350376e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ntp'
|
||||
pkgname=ntp
|
||||
version=4.2.8p13
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
|
||||
--enable-all-clocks ol_cv_pthread_select_yields=yes"
|
||||
|
@ -9,7 +9,7 @@ hostmakedepends="pkg-config bison perl"
|
|||
makedepends="libedit-devel libressl-devel libcap-devel libevent-devel pps-tools-devel"
|
||||
short_desc="Network Time Protocol daemon and utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
license="NTP"
|
||||
homepage="http://www.ntp.org/"
|
||||
distfiles="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${version}.tar.gz"
|
||||
checksum=288772cecfcd9a53694ffab108d1825a31ba77f3a8466b0401baeca3bc232a38
|
||||
|
@ -27,6 +27,7 @@ alternatives="
|
|||
post_extract() {
|
||||
sed -i 's/linux/GLIBC/g' ntpd/ntpd.c
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Rename files for alternatives.
|
||||
vmkdir usr/share/man/man8
|
||||
|
|
Loading…
Reference in New Issue