downgraded default profile to core2
[k8sbuild.git] / xoptz / upstart.xopt
blobcab8e9d049496d979058007ea2ba6b116b0a7d8b
1 profile=empty
2 no_docdir=ona
3 no_prefix=tan
5   --prefix=/opt/upstart
6   --enable-silent-rules          less verbose build output (undo: `make V=1')
7   --disable-nls           do not use Native Language Support
8 #  --enable-threads={posix|solaris|pth|win32} specify multithreading API
9 #  --disable-threads       build without multithread safety
10   --disable-rpath         do not hardcode runtime library paths
11 #  --enable-threading      Enable support for multi-threading
12   --with-local-libnih=libnih-1.0.3
15 # build libnih
16 [preconfigure]
17 if test ! -d libnih-1.0.3; then
18   wget http://upstart.ubuntu.com/download/libnih/1.0/libnih-1.0.3.tar.gz
19   tar xfz libnih-1.0.3.tar.gz
22 cd libnih-1.0.3
23 ./configure
24 make
25 cd ..
26 [/preconfigure]
29 [docs]
30 AUTHORS ChangeLog COPYING HACKING NEWS README TESTING.sessions TODO
31 [/docs]
34 !DESC
35 Upstart
37 Upstart is an event-based replacement for the /sbin/init daemon which
38 handles starting of tasks and services during boot, stopping them
39 during shutdown and supervising them while the system is running.
40 !EOF