2010-04-13 01:44:24 +02:00
|
|
|
# Template file for 'NetworkManager'
|
|
|
|
pkgname=NetworkManager
|
2012-03-24 08:57:01 +01:00
|
|
|
version=0.9.4.0
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=2
|
2011-09-28 16:17:21 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-16 19:46:38 +02:00
|
|
|
configure_args="--with-distro=gentoo
|
2012-02-29 13:08:55 +01:00
|
|
|
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
|
2010-10-24 22:06:25 +02:00
|
|
|
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
2012-03-25 12:30:54 +02:00
|
|
|
--with-crypto=nss --disable-static --enable-ppp --enable-concheck
|
|
|
|
--with-systemdsystemunitdir=/lib/systemd/system"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config intltool libuuid-devel nss-devel dbus-glib-devel libgudev-devel wireless_tools-devel libnl3-devel polkit-devel ppp-devel iptables-devel libsoup-devel"
|
|
|
|
fulldepends="dbus>=0 iproute2 dhcpcd>=5.5.4_1 wpa_supplicant"
|
2010-04-13 01:44:24 +02:00
|
|
|
short_desc="Network Management daemon"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 21:36:11 +02:00
|
|
|
homepage="http://www.gnome.org/projects/NetworkManager/"
|
2011-10-29 12:05:21 +02:00
|
|
|
license="GPL-2"
|
2012-03-24 08:57:01 +01:00
|
|
|
checksum=eb4f124008b3d855a37205d03ef035b7218639cd7332bdae5567095977e93e0f
|
2010-04-13 01:44:24 +02:00
|
|
|
long_desc="
|
2011-03-10 17:55:41 +01: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-13 01:44:24 +02:00
|
|
|
|
2011-11-10 13:06:35 +01:00
|
|
|
systemd_services="${pkgname}.service on"
|
2011-10-11 04:30:48 +02:00
|
|
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
2011-10-03 17:38:31 +02:00
|
|
|
subpackages="$pkgname-devel libnm"
|
2010-04-13 01:44:24 +02:00
|
|
|
|
2010-11-09 10:39:58 +01:00
|
|
|
|
2010-04-13 01:44:24 +02:00
|
|
|
|
2012-01-28 17:30:30 +01:00
|
|
|
post_install() {
|
2010-04-13 01:44:24 +02:00
|
|
|
# Install config file.
|
2012-01-28 17:30:30 +01:00
|
|
|
vinstall ${FILESDIR}/${pkgname}.conf 644 etc/${pkgname}
|
|
|
|
vinstall ${FILESDIR}/${pkgname}.tmpfiles.d 644 \
|
|
|
|
usr/lib/tmpfiles.d ${pkgname}.conf
|
2011-10-11 04:30:48 +02:00
|
|
|
rm -rf ${DESTDIR}/etc/init.d
|
2010-04-13 01:44:24 +02:00
|
|
|
}
|