upstart: New package. Event driven system init alternative, 0.3.8.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 9 May 2007 20:35:23 +0000 (20:35 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 9 May 2007 20:35:23 +0000 (20:35 +0000)
packages/upstart/.mtn2git_empty [new file with mode: 0644]
packages/upstart/files/.mtn2git_empty [new file with mode: 0644]
packages/upstart/files/autoconf_version.patch [new file with mode: 0644]
packages/upstart/upstart.inc [new file with mode: 0644]
packages/upstart/upstart_0.3.8.bb [new file with mode: 0644]

diff --git a/packages/upstart/.mtn2git_empty b/packages/upstart/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/upstart/files/.mtn2git_empty b/packages/upstart/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/upstart/files/autoconf_version.patch b/packages/upstart/files/autoconf_version.patch
new file mode 100644 (file)
index 0000000..73b1987
--- /dev/null
@@ -0,0 +1,12 @@
+Index: upstart-0.3.8/configure.ac
+===================================================================
+--- upstart-0.3.8.orig/configure.ac    2007-05-09 22:02:14.000000000 +0200
++++ upstart-0.3.8/configure.ac 2007-05-09 22:02:24.000000000 +0200
+@@ -1,6 +1,6 @@
+ # Process this file with autoconf to produce a configure script.
+-AC_PREREQ(2.60)
++AC_PREREQ(2.59)
+ AC_INIT([upstart], [0.3.8], [upstart-devel@lists.ubuntu.com])
+ AC_COPYRIGHT([[Copyright © 2007 Canonical Ltd.]])
+ AC_CONFIG_SRCDIR([init/main.c])
diff --git a/packages/upstart/upstart.inc b/packages/upstart/upstart.inc
new file mode 100644 (file)
index 0000000..c1eaaeb
--- /dev/null
@@ -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
+}
diff --git a/packages/upstart/upstart_0.3.8.bb b/packages/upstart/upstart_0.3.8.bb
new file mode 100644 (file)
index 0000000..6300270
--- /dev/null
@@ -0,0 +1,7 @@
+require upstart.inc
+
+SRC_URI = "http://upstart.ubuntu.com/download/0.3/upstart-${PV}.tar.bz2 \
+file://autoconf_version.patch;patch=1"
+
+PR = "r0"
+