aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openrdate/openrdate_1.1.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openrdate/openrdate_1.1.3.bb')
-rw-r--r--recipes/openrdate/openrdate_1.1.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/openrdate/openrdate_1.1.3.bb b/recipes/openrdate/openrdate_1.1.3.bb
new file mode 100644
index 0000000000..63f60aaa74
--- /dev/null
+++ b/recipes/openrdate/openrdate_1.1.3.bb
@@ -0,0 +1,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
+}