void-packages/srcpkgs/NetworkManager/template
2012-07-24 11:01:31 +02:00

46 lines
2 KiB
Plaintext

# Template file for 'NetworkManager'
pkgname=NetworkManager
version=0.9.5.96
revision=1
build_style=gnu-configure
configure_args="--with-distro=gentoo
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
--with-crypto=nss --disable-static --enable-ppp --enable-concheck
--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"
fulldepends="dbus>=0 iproute2 dhcpcd>=5.5.4_1 wpa_supplicant
mobile-broadband-provider-info"
systemd_services="${pkgname}.service on"
conf_files="/etc/${pkgname}/${pkgname}.conf"
subpackages="$pkgname-devel libnm"
short_desc="Network Management daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/projects/NetworkManager/"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
checksum=ed6b699c7637fba542dabadbc276da88844443c5532026dac5ee1fa052249c60
long_desc="
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."
make_dirs="
/etc/NetworkManager/dispatcher.d 0755 root root
/etc/NetworkManager/system-connections 0755 root root
/var/lib/NetworkManager 0700 root root"
post_install() {
# Install config file.
vinstall ${FILESDIR}/${pkgname}.conf 644 etc/${pkgname}
rm -rf ${DESTDIR}/etc/init.d
}