blob: 265f4191f2f69b64ce2b7aad796483e9848bb76f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Date and time setting software implementing RFC 868 and RFC 2030 protocols"
HOMEPAGE = "http://sourceforge.net/projects/openrdate/"
SECTION = "admin"
LICENSE = "BSD"
SRC_URI = "${SOURCEFORGE_MIRROR}/openrdate/openrdate-${PV}.tar.gz"
inherit autotools
do_stage() {
autotools_stage_all
}
|