From: Schantl Stefan Date: Fri, 19 Nov 2010 10:52:48 +0000 (+0100) Subject: systemd: Update to V12. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cacabb62518f30c8d80dd9b2c591cd383c7385f6;p=ipfire-3.x.git systemd: Update to V12. --- diff --git a/pkgs/core/systemd/systemd.nm b/pkgs/core/systemd/systemd.nm index 3dfeae175..a3bca65c7 100644 --- a/pkgs/core/systemd/systemd.nm +++ b/pkgs/core/systemd/systemd.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = systemd -PKG_VER = 20100513 +PKG_VER = 12 PKG_REL = 0 PKG_MAINTAINER = Stefan Schantl @@ -34,17 +34,16 @@ PKG_URL = http://www.freedesktop.org/wiki/Software/systemd PKG_LICENSE = GPLv2+ PKG_SUMMARY = systemd is a System and Session Manager. -PKG_BUILD_DEPS+= autoconf automake pkg-config vala -PKG_DEPS += dbus dbus-glib libcap libcgroup udev +PKG_BUILD_DEPS+= autoconf automake dbus-devel dbus-glib-devel \ + libcap-devel libcgroup-devel libudev-devel libtool \ + pkg-config vala vala-devel define PKG_DESCRIPTION systemd is a replacement of the old sysvinit and provides also \ a Session Manager for it's started services. endef -PKG_TARBALL = $(THISAPP).tar.gz - -DIR_APP = $(DIR_SRC)/systemd +PKG_TARBALL = $(THISAPP).tar.bz2 define STAGE_PREPARE_CMDS cd $(DIR_APP) && ./bootstrap.sh ac @@ -55,4 +54,4 @@ CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --disable-gtk \ - --with-distro=none + --with-distro=other