]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
upstart: Update to 0.6.5
authorStefan Schantl <Stevee@ipfire.org>
Tue, 9 Feb 2010 21:10:09 +0000 (22:10 +0100)
committerStefan Schantl <Stevee@ipfire.org>
Tue, 9 Feb 2010 21:10:09 +0000 (22:10 +0100)
New dependeny: libnih - code isnĀ“t shipped any more with upstart.

Release notes and changelog here: https://launchpad.net/upstart/0.6/0.6.5

pkgs/core/upstart/upstart.nm

index cc9513e5fddb065fbd17921f76f1042ae8a8a0b1..7aaa1bd6fec386abd02036033e64f2354cb2e386 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = upstart
-PKG_VER        = 0.6.3
+PKG_VER        = 0.6.5
 PKG_REL        = 0
 
 PKG_MAINTAINER = Stefan Schantl <stefan.schantl@ipfire.org>
@@ -35,7 +35,7 @@ PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = An event-driven init system.
 
 PKG_BUILD_DEPS+= pkg-config
-PKG_DEPS      += dbus
+PKG_DEPS      += dbus libnih
 
 define PKG_DESCRIPTION
        Upstart is an event-based replacement for the /sbin/init daemon \
@@ -44,7 +44,7 @@ define PKG_DESCRIPTION
        system is running.
 endef
 
-PKG_TARBALL    = $(THISAPP).tar.bz2
+PKG_TARBALL    = $(THISAPP).tar.gz
 
 CONFIGURE_OPTIONS += \
        --sbindir=/sbin \