NetworkManager: enable systemd support.

This commit is contained in:
Juan RP 2011-10-08 18:34:50 +02:00
parent eecd398408
commit 7183253730

View File

@ -1,13 +1,14 @@
# Template file for 'NetworkManager' # Template file for 'NetworkManager'
pkgname=NetworkManager pkgname=NetworkManager
version=0.9.1.90 version=0.9.1.90
revision=1 revision=2
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--localstatedir=/var --with-distro=gentoo configure_args="--localstatedir=/var --with-distro=gentoo
--with-dhcpcd=/sbin/dhcpcd --with-dhclient=no --disable-wimax --with-dhcpcd=/sbin/dhcpcd --with-dhclient=no --disable-wimax
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no --with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
--with-crypto=nss --disable-static --enable-ppp" --with-crypto=nss --disable-static --enable-ppp
--with-systemdsystemunitdir=/lib/systemd/system"
short_desc="Network Management daemon" short_desc="Network Management daemon"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/projects/NetworkManager/" homepage="http://www.gnome.org/projects/NetworkManager/"