2008-10-25 01:30:54 +02:00
|
|
|
# Template file for 'upstart'
|
|
|
|
pkgname=upstart
|
2009-02-15 01:07:45 +01:00
|
|
|
version=0.5.1
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://upstart.ubuntu.com/download/0.5/$pkgname-$version.tar.bz2"
|
2008-10-25 01:30:54 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--disable-rpath --exec-prefix=/ --enable-threading"
|
|
|
|
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
|
|
|
short_desc="Event-based replacement for the /sbin/init daemon"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-15 01:07:45 +01:00
|
|
|
checksum=22135c18aa09253ecca3544d9633d73655d7a378cd4a9f7f45a19c68f7058e13
|
2008-10-25 01:30:54 +02:00
|
|
|
long_desc="
|
|
|
|
Upstart is an event-based replacement for the /sbin/init daemon which handles
|
|
|
|
starting of tasks and services during boot, stopping them during shutdown
|
|
|
|
and supervising them while the system is running.
|
|
|
|
|
|
|
|
It was originally developed for the Ubuntu distribution, but is intended to
|
|
|
|
be suitable for deployment in all Linux distributions as a replacement for
|
|
|
|
the venerable System-V init."
|
|
|
|
|
2009-02-15 01:23:33 +01:00
|
|
|
keep_dirs="/etc/init"
|
|
|
|
conf_files="/etc/dbus-1/system.d/Upstart.conf"
|
|
|
|
|
2009-02-25 06:15:20 +01:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full dbus
|