2010-04-12 23:44:24 +00:00
|
|
|
# Template file for 'NetworkManager'
|
|
|
|
pkgname=NetworkManager
|
2012-07-09 21:53:31 +00:00
|
|
|
version=0.9.5.95
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-16 17:46:38 +00:00
|
|
|
configure_args="--with-distro=gentoo
|
2012-02-29 12:08:55 +00:00
|
|
|
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
|
2010-10-24 20:06:25 +00:00
|
|
|
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
2012-03-25 10:30:54 +00:00
|
|
|
--with-crypto=nss --disable-static --enable-ppp --enable-concheck
|
2012-07-09 21:53:31 +00:00
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
|
|
|
--with-session-tracking=systemd --with-udev-dir=/usr/lib/udev
|
|
|
|
--with-kernel-firmware-dir=/usr/lib/firmware
|
|
|
|
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.5"
|
|
|
|
makedepends="pkg-config intltool gobject-introspection libuuid-devel nss-devel
|
|
|
|
dbus-glib-devel libgudev-devel wireless_tools-devel libnl3-devel
|
|
|
|
polkit-devel ppp-devel iptables-devel libsoup-devel systemd-devel"
|
2012-05-23 16:26:56 +00:00
|
|
|
fulldepends="dbus>=0 iproute2 dhcpcd>=5.5.4_1 wpa_supplicant"
|
2012-05-24 15:52:30 +00:00
|
|
|
systemd_services="${pkgname}.service on"
|
|
|
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
|
|
|
subpackages="$pkgname-devel libnm"
|
2010-04-12 23:44:24 +00:00
|
|
|
short_desc="Network Management daemon"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 19:36:11 +00:00
|
|
|
homepage="http://www.gnome.org/projects/NetworkManager/"
|
2011-10-29 10:05:21 +00:00
|
|
|
license="GPL-2"
|
2012-07-09 21:53:31 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
|
|
|
checksum=f9994451e532c1e619e077c10069605dd727617ca8633fbdcd1c09c874614c81
|
2010-04-12 23:44:24 +00:00
|
|
|
long_desc="
|
2011-03-10 16:55:41 +00:00
|
|
|
NetworkManager attempts to keep an active network connection available at all
|
|
|
|
times. It is intended only for the desktop use-case, and is not intended for
|
|
|
|
usage on servers. The point of NetworkManager is to make networking
|
|
|
|
configuration and setup as painless and automatic as possible. If using DHCP,
|
|
|
|
NetworkManager is _intended_ to replace default routes, obtain IP addresses
|
|
|
|
from a DHCP server, and change nameservers whenever it sees fit."
|
2010-04-12 23:44:24 +00:00
|
|
|
|
2012-01-28 16:30:30 +00:00
|
|
|
post_install() {
|
2010-04-12 23:44:24 +00:00
|
|
|
# Install config file.
|
2012-01-28 16:30:30 +00:00
|
|
|
vinstall ${FILESDIR}/${pkgname}.conf 644 etc/${pkgname}
|
|
|
|
vinstall ${FILESDIR}/${pkgname}.tmpfiles.d 644 \
|
|
|
|
usr/lib/tmpfiles.d ${pkgname}.conf
|
2011-10-11 02:30:48 +00:00
|
|
|
rm -rf ${DESTDIR}/etc/init.d
|
2010-04-12 23:44:24 +00:00
|
|
|
}
|