]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/openntpd/openntpd_3.6.1p1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / openntpd / openntpd_3.6.1p1.bb
1 DEPENDS += "openssl"
2 DESCRIPTION = "OpenNTPD is a FREE, easy to use implementation of the \
3 Network Time Protocol."
4 HOMEPAGE = "http://www.openntpd.org/"
5 LICENSE = "BSD"
6 SECTION = "console/network"
7 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
8
9 SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/openntpd-${PV}.tar.gz \
10            file://autofoo.patch;patch=1"
11 S = "${WORKDIR}/openntpd-${PV}"
12
13 inherit autotools
14
15 EXTRA_OECONF += "--disable-strip"