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