All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ptpd: added recipe for v1.1.0.
@ 2011-08-04 13:32 Chris Verges
  2011-08-04 13:49 ` Jaap de Jong
  2011-08-04 13:50 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Verges @ 2011-08-04 13:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Chris Verges <kg4ysn@gmail.com>
---
 meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb

diff --git a/meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb b/meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb
new file mode 100644
index 0000000..87e0a69
--- /dev/null
+++ b/meta-oe/recipes-connectivity/ptpd/ptpd_1.1.0.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Precision Time Protocol (PTP) as defined by the IEEE 1588 standard"
+HOMEPAGE = "http://sourceforge.net/projects/ptpd"
+LICENSE = "BSD"
+SECTION = "network"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz" 
+
+S = "${WORKDIR}/ptpd-${PV}/src"
+
+do_install() {
+        install -d ${D}${bindir} ${D}${mandir}/man8
+        install -m 4555 ptpd ${D}${bindir}
+        install -m 644 ptpd.8 ${D}${mandir}/man8
+}
+
+SRC_URI[md5sum] = "faa4823576dd49ccc94b741ff32b03f5"
+SRC_URI[sha256sum] = "a7c6ea83bd53da75ae04a7b7a25fe7c597b4e9ff1f93d46f4502e3fa8a2cb950"
+
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-05 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 13:32 [PATCH] ptpd: added recipe for v1.1.0 Chris Verges
2011-08-04 13:49 ` Jaap de Jong
2011-08-05 14:36   ` Chris Verges
2011-08-04 13:50 ` Koen Kooi
2011-08-05 14:39   ` Chris Verges

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.