upstart: update to 0.5.1.
--HG-- extra : convert_revision : fa846ba003539a1e8ddf569cee953f66cac07906
This commit is contained in:
parent
39aa50017c
commit
fa025ed7b7
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'upstart'
|
# Template file for 'upstart'
|
||||||
pkgname=upstart
|
pkgname=upstart
|
||||||
version=0.5.0
|
version=0.5.1
|
||||||
distfiles="http://upstart.ubuntu.com/download/0.5/$pkgname-$version.tar.bz2"
|
distfiles="http://upstart.ubuntu.com/download/0.5/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-rpath --exec-prefix=/ --enable-threading"
|
configure_args="--disable-rpath --exec-prefix=/ --enable-threading"
|
||||||
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
||||||
short_desc="Event-based replacement for the /sbin/init daemon"
|
short_desc="Event-based replacement for the /sbin/init daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ffa0f1423cf149379eec94e4337c3299538745fb34c563d228a9aeeb339d6493
|
checksum=22135c18aa09253ecca3544d9633d73655d7a378cd4a9f7f45a19c68f7058e13
|
||||||
long_desc="
|
long_desc="
|
||||||
Upstart is an event-based replacement for the /sbin/init daemon which handles
|
Upstart is an event-based replacement for the /sbin/init daemon which handles
|
||||||
starting of tasks and services during boot, stopping them during shutdown
|
starting of tasks and services during boot, stopping them during shutdown
|
||||||
|
|
Loading…
Reference in New Issue