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