2010-04-12 23:44:24 +00:00
|
|
|
# Template file for 'NetworkManager'
|
|
|
|
pkgname=NetworkManager
|
2011-11-10 12:49:17 +00:00
|
|
|
version=0.9.2.0
|
2011-09-28 14:17:21 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
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
|
2011-03-08 15:52:31 +00:00
|
|
|
--with-dhcpcd=/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
|
2011-10-08 16:34:50 +00:00
|
|
|
--with-crypto=nss --disable-static --enable-ppp
|
|
|
|
--with-systemdsystemunitdir=/lib/systemd/system"
|
2011-11-12 08:45:15 +00:00
|
|
|
revision=1
|
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"
|
2011-11-10 12:49:17 +00:00
|
|
|
checksum=437af9132a6fe1ff603cd981c0cfaa4557592b34782f9705e708d61365226ddf
|
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
|
|
|
|
2011-11-10 12:06:35 +00:00
|
|
|
systemd_services="${pkgname}.service on"
|
2011-10-11 02:30:48 +00:00
|
|
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
2011-10-03 15:38:31 +00:00
|
|
|
subpackages="$pkgname-devel libnm"
|
2010-04-12 23:44:24 +00:00
|
|
|
|
2011-11-09 15:53:50 +00:00
|
|
|
# Required dirs at run time.
|
|
|
|
make_dirs="
|
2011-11-10 12:06:35 +00:00
|
|
|
/etc/${pkgname}/dispatcher.d 0755 root root
|
|
|
|
/etc/${pkgname}/system-connections 0755 root root
|
|
|
|
/var/lib/${pkgname} 0700 root root"
|
2011-11-09 15:53:50 +00:00
|
|
|
|
2010-11-09 09:39:58 +00:00
|
|
|
|
2010-04-12 23:44:24 +00:00
|
|
|
Add_dependency build pkg-config
|
2011-10-03 15:38:31 +00:00
|
|
|
Add_dependency build intltool
|
2010-04-12 23:44:24 +00:00
|
|
|
Add_dependency build libuuid-devel
|
|
|
|
Add_dependency build nss-devel
|
|
|
|
Add_dependency build dbus-glib-devel
|
|
|
|
Add_dependency build libgudev-devel
|
|
|
|
Add_dependency build wireless_tools-devel
|
2011-10-29 10:05:21 +00:00
|
|
|
Add_dependency build libnl3-devel
|
2010-04-12 23:44:24 +00:00
|
|
|
Add_dependency build polkit-devel
|
|
|
|
Add_dependency build ppp-devel
|
|
|
|
Add_dependency build iptables-devel
|
2010-11-09 09:39:58 +00:00
|
|
|
|
2011-03-11 10:45:44 +00:00
|
|
|
Add_dependency full dnsmasq
|
2010-12-05 22:29:29 +00:00
|
|
|
Add_dependency full dbus ">=0"
|
2010-04-12 23:44:24 +00:00
|
|
|
Add_dependency full iproute2
|
|
|
|
Add_dependency full dhcpcd
|
|
|
|
Add_dependency full wpa_supplicant
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Install config file.
|
|
|
|
install -m644 ${FILESDIR}/*.conf ${DESTDIR}/etc/NetworkManager
|
2011-10-11 02:30:48 +00:00
|
|
|
rm -rf ${DESTDIR}/etc/init.d
|
2010-04-12 23:44:24 +00:00
|
|
|
}
|