summaryrefslogtreecommitdiff
path: root/packages/upstart/upstart.inc
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-09 20:35:23 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-09 20:35:23 +0000
commit5b9f6f5731138e3b6de0ec014fd72b4965a927ac (patch)
tree1c808dbda6d716a52135a2ce1b9f6e1bff420934 /packages/upstart/upstart.inc
parent4f5b0cdbf27ea2320ebd9c69945c209620dea8b1 (diff)
upstart: New package. Event driven system init alternative, 0.3.8.
Diffstat (limited to 'packages/upstart/upstart.inc')
-rw-r--r--packages/upstart/upstart.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/upstart/upstart.inc b/packages/upstart/upstart.inc
new file mode 100644
index 0000000000..c1eaaeb45f
--- /dev/null
+++ b/packages/upstart/upstart.inc
@@ -0,0 +1,11 @@
+SECTION = "base"
+PRIORITY = "optional"
+DEPENDS = ""
+DESCRIPTION = "Event driven system init"
+LICENSE = "MPL LGPL"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}