Bump revision and fixes for pkgs requiring libssl.

This commit is contained in:
Juan RP
2010-11-02 08:31:35 +01:00
parent ad2695a838
commit 6821efbeea
43 changed files with 129 additions and 70 deletions

View File

@@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains perl scripts ntp-wait and ntptrace."
revision=1
Add_dependency run ntp
Add_dependency run perl ">=0"

View File

@@ -1,15 +1,14 @@
# Template file for 'ntp'
pkgname=ntp
version=4.2.6p1
revision=1
version=4.2.6p2
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
--enable-all-clocks --enable-parse-clocks --with-crypto=openssl
--enable-accurate-adjtime --without-rpath --enable-ipv6"
--enable-all-clocks --enable-parse-clocks --with-crypto=openssl
--enable-accurate-adjtime --without-rpath --enable-ipv6"
short_desc="The Network Time Protocol"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ec40f3525e6d66371093705688130c8c8a3d6ab2c90ac6e3dbc1ab455fbc7c5d
checksum=42898b7903a2da04a242885c92919903d56ee69c0293ec828568cab71dd3e9d8
long_desc="
The Network Time Protocol (NTP) is used to synchronize a computer's
time with another reference time source. This package includes ntpd
@@ -24,7 +23,7 @@ ntpd_homedir="/var/chroot/ntpd"
Add_dependency run glibc
Add_dependency run readline
Add_dependency run openssl
Add_dependency run libssl
Add_dependency run libcap
Add_dependency build readline-devel
Add_dependency build openssl-devel