ntp
This commit is contained in:
@@ -18,8 +18,8 @@ def setup():
|
|||||||
shelltools.export("ac_cv_header_dns_sd_h", "yes")
|
shelltools.export("ac_cv_header_dns_sd_h", "yes")
|
||||||
shelltools.export("ac_cv_lib_dns_sd_DNSServiceRegister", "yes")
|
shelltools.export("ac_cv_lib_dns_sd_DNSServiceRegister", "yes")
|
||||||
|
|
||||||
pisitools.dosed("ntpstat-0.2/Makefile", "^CC=.*gcc", "CC=%s" % get.CC())
|
#pisitools.dosed("ntpstat-0.2/Makefile", "^CC=.*gcc", "CC=%s" % get.CC())
|
||||||
pisitools.dosed("ntpstat-0.2/Makefile", "^CFLAGS=.*", "CFLAGS=%s" % get.CFLAGS())
|
#pisitools.dosed("ntpstat-0.2/Makefile", "^CFLAGS=.*", "CFLAGS=%s" % get.CFLAGS())
|
||||||
|
|
||||||
autotools.configure("--enable-all-clocks \
|
autotools.configure("--enable-all-clocks \
|
||||||
--enable-parse-clocks \
|
--enable-parse-clocks \
|
||||||
@@ -29,7 +29,7 @@ def setup():
|
|||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
autotools.make("-C ntpstat-0.2")
|
#autotools.make("-C ntpstat-0.2")
|
||||||
|
|
||||||
#shelltools.cd("html")
|
#shelltools.cd("html")
|
||||||
#shelltools.system("../scripts/html2man")
|
#shelltools.system("../scripts/html2man")
|
||||||
@@ -48,8 +48,8 @@ def install():
|
|||||||
pisitools.domove("/usr/bin/%s" % sbin, "/usr/sbin")
|
pisitools.domove("/usr/bin/%s" % sbin, "/usr/sbin")
|
||||||
|
|
||||||
# Additional ntpstat binary and man page
|
# Additional ntpstat binary and man page
|
||||||
pisitools.dobin("ntpstat-0.2/ntpstat")
|
#pisitools.dobin("ntpstat-0.2/ntpstat")
|
||||||
pisitools.doman("ntpstat-0.2/ntpstat.1")
|
#pisitools.doman("ntpstat-0.2/ntpstat.1")
|
||||||
|
|
||||||
pisitools.dodir("/var/lib/ntp")
|
pisitools.dodir("/var/lib/ntp")
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
<IsA>service</IsA>
|
<IsA>service</IsA>
|
||||||
<Summary>NTP daemon and client</Summary>
|
<Summary>NTP daemon and client</Summary>
|
||||||
<Description>Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers.</Description>
|
<Description>Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers.</Description>
|
||||||
<Archive sha1sum="a30f61f87b219ab3613def9e27f5c8e91ce38b0a" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p4.tar.gz</Archive>
|
<Archive sha1sum="208ae3e2ce1237ad684c3bc818b6314d28636e46" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p8.tar.gz</Archive>
|
||||||
<Archive sha1sum="0c7919334f79854f3cbbd215a100805bedc735bf" type="targz" target="ntp-4.2.8p4">http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz</Archive>
|
<!-- <Archive sha1sum="0c7919334f79854f3cbbd215a100805bedc735bf" type="targz" target="ntp-4.2.8p4">http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz</Archive> -->
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile permission="0755" target="fix-man-pages">fix-man-pages.sh</AdditionalFile>
|
<AdditionalFile permission="0755" target="fix-man-pages">fix-man-pages.sh</AdditionalFile>
|
||||||
</AdditionalFiles>
|
</AdditionalFiles>
|
||||||
@@ -125,6 +125,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2016-10-27</Date>
|
||||||
|
<Version>4.2.8_p8</Version>
|
||||||
|
<Comment>Version Bump</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2016-06-08</Date>
|
<Date>2016-06-08</Date>
|
||||||
<Version>4.2.8_p4</Version>
|
<Version>4.2.8_p4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user