71 lines
2.4 KiB
Text
71 lines
2.4 KiB
Text
# Template file for 'NetworkManager'
|
|
pkgname=NetworkManager
|
|
version=0.9.8.8
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no
|
|
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
|
--with-crypto=gnutls --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 --disable-wimax
|
|
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.5 --enable-modify-system
|
|
--with-modem-manager-1 --with-resolvconf=/usr/bin/resolvconf
|
|
--with-suspend-resume=systemd"
|
|
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=8a0a3de9cd2897f778193aa5f04c8a6f6f87fe07f7a088aab26d2b35baa17a55
|
|
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
makedepends="libuuid-devel gnutls-devel dbus-glib-devel libgudev-devel
|
|
libnl3-devel polkit-devel ppp-devel iptables-devel libsoup-devel systemd-devel
|
|
ModemManager-devel dbus iproute2 dhcpcd>=5.5.4_1 wpa_supplicant bluez>5
|
|
mobile-broadband-provider-info"
|
|
|
|
pre_configure() {
|
|
# Full switch to /run to not depend on /var/run being a symlink.
|
|
sed -e 's,^nmrundir=.*$,nmrundir=\"/run/\$PACKAGE\",' -i configure
|
|
}
|
|
|
|
post_install() {
|
|
# Install config file.
|
|
vinstall ${FILESDIR}/${pkgname}.conf 644 etc/${pkgname}
|
|
rm -rf ${DESTDIR}/etc/init.d
|
|
}
|
|
|
|
libnm_package() {
|
|
replaces="NetworkManager<0.9.1.90_1"
|
|
short_desc+=" - shared libraries"
|
|
pkg_install() {
|
|
vmove "usr/lib/*.so.*"
|
|
vmove "usr/lib/girepository-*"
|
|
}
|
|
}
|
|
|
|
NetworkManager-devel_package() {
|
|
depends="dbus-glib-devel libnm-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|
|
|
|
NetworkManager_package() {
|
|
make_dirs="
|
|
/etc/${pkgname}/dispatcher.d 0755 root root
|
|
/etc/${pkgname}/system-connections 0755 root root
|
|
/var/lib/${pkgname} 0700 root root"
|
|
depends="dbus iproute2 dhcpcd>=5.5.4_1 wpa_supplicant ModemManager mobile-broadband-provider-info"
|
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
|
systemd_services="${pkgname}.service on ${pkgname}-dispatcher.service on"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|