shrsh: add 7.1
authorKoen Kooi <koen@openembedded.org>
Thu, 10 Aug 2006 16:03:12 +0000 (16:03 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 10 Aug 2006 16:03:12 +0000 (16:03 +0000)
packages/scratchbox/.mtn2git_empty [new file with mode: 0644]
packages/scratchbox/sbrsh_7.1.bb [new file with mode: 0644]

diff --git a/packages/scratchbox/.mtn2git_empty b/packages/scratchbox/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/scratchbox/sbrsh_7.1.bb b/packages/scratchbox/sbrsh_7.1.bb
new file mode 100644 (file)
index 0000000..cf333e1
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Daemon to allow scratchbox to use your device as a CPU tranparency target"
+HOMEPAGE = "http://scratchbox.org"
+LICENSE = "GPLv2"
+DEPENDS = "fakeroot"
+
+SRC_URI = "http://scratchbox.org/download/files/sbox-releases/apophis/src/${P}.tar.gz" 
+
+do_install() {
+       install -d ${D}${sbindir}
+       install -m 755 sbrsh sbrshd sb-exportfs ${D}${sbindir}
+       install -d ${D}/${sysconfdir}
+       touch ${D}/${sysconfdir}/sbrshd.conf
+}
+
+CONFFILES_${PN} = "${sysconfdir}/sbrshd.conf"