NetworkManager: update for ppp-2.4.6; cross build support.

This commit is contained in:
Juan RP 2014-02-19 10:22:27 +01:00
parent da1b086564
commit b1984002b2

View file

@ -1,7 +1,7 @@
# Template file for 'NetworkManager'
pkgname=NetworkManager
version=0.9.8.8
revision=4
revision=5
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
@ -9,9 +9,12 @@ configure_args="--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no
--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-pppd-plugin-dir=/usr/lib/pppd/2.4.6 --enable-modify-system
--with-modem-manager-1 --with-resolvconf=/usr/bin/resolvconf
--with-suspend-resume=systemd"
--with-suspend-resume=systemd
ac_cv_file__etc_redhat_release=no ac_cv_file__etc_gentoo_release=no
ac_cv_file__etc_fedora_release=no ac_cv_file__etc_mandriva_release=no
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_debian_version=no"
short_desc="Network Management daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/projects/NetworkManager/"
@ -19,11 +22,12 @@ license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
checksum=8a0a3de9cd2897f778193aa5f04c8a6f6f87fe07f7a088aab26d2b35baa17a55
hostmakedepends="pkg-config intltool"
hostmakedepends="
libtool pkg-config intltool gnutls-devel glib-devel dbus-glib-devel
dbus iproute2 dhcpcd wpa_supplicant bluez"
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"
libnl3-devel polkit-devel ppp-devel>=2.4.6 iptables-devel libsoup-devel
systemd-devel ModemManager-devel mobile-broadband-provider-info"
depends="dbus iproute2 dhcpcd>=5.5.4_1 wpa_supplicant ModemManager mobile-broadband-provider-info"
conf_files="/etc/${pkgname}/${pkgname}.conf"
@ -46,6 +50,8 @@ else
fi
pre_configure() {
libtoolize -f
# Full switch to /run to not depend on /var/run being a symlink.
sed -e 's,^nmrundir=.*$,nmrundir=\"/run/\$PACKAGE\",' -i configure
}