diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-04-07 22:20:37 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-04-07 22:20:37 +0000 |
| commit | 6adee3830cea04abb7e4e4800307f925c7a6cbf6 (patch) | |
| tree | af6804d106b5475f07ed49ee6c510a607fbfd6bb | |
| parent | 9409b75257ab0dfcf494998dda12c43db7f7f1e9 (diff) | |
| parent | d890477efc2cb214efa0fc3146e8c1f6451ad4e3 (diff) | |
merge of '44fca3f00b99849433ab5c59c5c84afe7972f8da'
and '9326c45bf734f0f64666b2f374287570c0154243'
| -rw-r--r-- | packages/miconapl/.mtn2git_empty | 0 | ||||
| -rw-r--r-- | packages/miconapl/miconapl_0.0.1.bb | 26 | ||||
| -rw-r--r-- | packages/micro-evtd/.mtn2git_empty | 0 | ||||
| -rw-r--r-- | packages/micro-evtd/micro-evtd_0.0.1.bb | 22 |
4 files changed, 48 insertions, 0 deletions
diff --git a/packages/miconapl/.mtn2git_empty b/packages/miconapl/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/miconapl/.mtn2git_empty diff --git a/packages/miconapl/miconapl_0.0.1.bb b/packages/miconapl/miconapl_0.0.1.bb new file mode 100644 index 0000000000..ece7d16df1 --- /dev/null +++ b/packages/miconapl/miconapl_0.0.1.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "miconapl daemon for ARM Linkstations" +SECTION = "console/network" +DEPENDS = "" +PR = "r0" +LICENSE = "GPL" +COMPATIBLE_MACHINE = "(lsarm)" + +SRC_URI = "http://downloads.linkstationwiki.net/Users/timtimred/lsarm/miconapl.tar.gz" + +inherit autotools gettext update-rc.d + +S = ${WORKDIR}/miconapl + +INITSCRIPT_NAME = "miconapl" +INITSCRIPT_PARAMS = "defaults 95" + +do_configure() { +} + +do_compile() { +} + +do_install() { + install -D -m 0755 ${S}/usr/local/sbin/miconapl ${D}${sbindir}/miconapl + install -D -m 0755 ${S}/etc/init.d/miconapl ${D}${sysconfdir}/init.d/miconapl +} diff --git a/packages/micro-evtd/.mtn2git_empty b/packages/micro-evtd/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/micro-evtd/.mtn2git_empty diff --git a/packages/micro-evtd/micro-evtd_0.0.1.bb b/packages/micro-evtd/micro-evtd_0.0.1.bb new file mode 100644 index 0000000000..c66975c6ae --- /dev/null +++ b/packages/micro-evtd/micro-evtd_0.0.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "micro_evtd daemon for ARM Linkstations" +SECTION = "console/network" +PR = "r2" +LICENSE = "GPL" +COMPATIBLE_MACHINE = "(lsarm)" + +SRC_URI = "http://downloads.linkstationwiki.net/Users/timtimred/lsarm/micro_evtd.tar.gz" + +inherit autotools gettext update-rc.d + +S = ${WORKDIR}/micro_evtd + +INITSCRIPT_NAME = "microevtd" +INITSCRIPT_PARAMS = "defaults 92" + +do_configure() { +} + +do_install() { + install -D -m 0755 ${S}/micro_evtd ${D}${sbindir}/micro_evtd + install -D -m 0755 ${S}/init ${D}${sysconfdir}/init.d/microevtd +} |
