ntp: rebuild to drop compressed manpages.

This commit is contained in:
Juan RP 2014-03-14 08:10:51 +01:00
parent b5e403c313
commit b1398d7fa6
1 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ntp'
pkgname=ntp
version=4.2.7p421
revision=2
revision=3
wrksrc="ntp-dev-${version}"
build_style=gnu-configure
configure_args="--with-crypto --enable-linuxcap --enable-ipv6
@ -15,10 +15,9 @@ homepage="http://www.ntp.org/"
distfiles="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ntp-dev-${version}.tar.gz"
checksum=cc362f1a5bce1658761283bf3dcb14674557de953a0688973bb04c501f8baf10
depends="shadow"
conf_files="/etc/ntp.conf"
system_accounts="ntpd"
provides="ntp-daemon-0"
provides="ntp-daemon-0_1"
replaces="ntp-daemon>=0"
post_install() {
@ -38,9 +37,8 @@ ntp-perl_package() {
noarch=yes
short_desc+=" - perl scripts"
pkg_install() {
for f in ntp-wait ntptrace; do
vmove usr/bin/${f}
done
vmove usr/bin/ntp-wait
vmove usr/bin/ntptrace
vmove usr/share/ntp/lib
}
}