2010-04-13 01:44:24 +02:00
|
|
|
# Template file for 'NetworkManager'
|
|
|
|
pkgname=NetworkManager
|
2014-04-27 22:37:54 +02:00
|
|
|
version=0.9.8.10
|
2014-06-16 13:36:41 +02:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-02-21 09:12:46 +01:00
|
|
|
configure_args="--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no
|
2012-10-27 09:21:53 +02:00
|
|
|
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
2013-10-11 17:35:07 +02:00
|
|
|
--with-crypto=gnutls --disable-static --enable-ppp --enable-concheck
|
2012-10-27 09:21:53 +02:00
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
2014-05-20 14:20:46 +02:00
|
|
|
--with-udev-dir=/usr/lib/udev
|
2013-02-21 09:12:46 +01:00
|
|
|
--with-kernel-firmware-dir=/usr/lib/firmware --disable-wimax
|
2014-02-19 10:22:27 +01:00
|
|
|
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.6 --enable-modify-system
|
2013-10-11 17:35:07 +02:00
|
|
|
--with-modem-manager-1 --with-resolvconf=/usr/bin/resolvconf
|
2014-02-19 10:22:27 +01:00
|
|
|
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"
|
2010-04-13 01:44:24 +02:00
|
|
|
short_desc="Network Management daemon"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-02-20 11:55:57 +01:00
|
|
|
homepage="https://wiki.gnome.org/Projects/NetworkManager"
|
2011-10-29 12:05:21 +02:00
|
|
|
license="GPL-2"
|
2013-09-15 11:54:32 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
2014-04-27 22:37:54 +02:00
|
|
|
checksum=064d27223d3824859df12e1fb25b787fec1c68bbc864dc52a0289b9211c4c972
|
2013-07-20 06:02:05 +02:00
|
|
|
|
2014-02-19 10:22:27 +01:00
|
|
|
hostmakedepends="
|
2014-06-16 14:17:37 +02:00
|
|
|
automake libtool pkg-config intltool gnutls-devel glib-devel dbus-glib-devel
|
|
|
|
gettext-devel gtk-doc dbus iproute2 dhcpcd wpa_supplicant bluez"
|
2013-10-11 17:35:07 +02:00
|
|
|
makedepends="libuuid-devel gnutls-devel dbus-glib-devel libgudev-devel
|
2014-02-19 10:22:27 +01:00
|
|
|
libnl3-devel polkit-devel ppp-devel>=2.4.6 iptables-devel libsoup-devel
|
2014-05-20 14:20:46 +02:00
|
|
|
ModemManager-devel mobile-broadband-provider-info"
|
2010-04-13 01:44:24 +02:00
|
|
|
|
2014-03-29 12:20:33 +01:00
|
|
|
lib32disabled=yes
|
2014-01-29 10:26:07 +01:00
|
|
|
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"
|
|
|
|
|
|
|
|
# Package build options
|
2014-05-20 14:20:46 +02:00
|
|
|
build_options="gir systemd"
|
|
|
|
build_options_default="systemd"
|
2014-01-29 10:26:07 +01:00
|
|
|
desc_option_gir="Enable support for building gobject introspection data"
|
2014-05-20 14:20:46 +02:00
|
|
|
desc_option_systemd="Enable support for systemd"
|
2014-01-29 10:26:07 +01:00
|
|
|
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
2014-05-20 14:20:46 +02:00
|
|
|
build_options_default+=" gir"
|
2014-01-29 10:26:07 +01:00
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
configure_args+=" --enable-introspection"
|
|
|
|
hostmakedepends+=" gobject-introspection"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-introspection"
|
|
|
|
fi
|
|
|
|
|
2014-05-20 14:20:46 +02:00
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
configure_args+=" --with-session-tracking=systemd --with-suspend-resume=systemd"
|
|
|
|
makedepends+=" systemd-devel"
|
|
|
|
else
|
|
|
|
configure_args+=" --with-session-tracking=consolekit --with-suspend-resume=upower"
|
|
|
|
fi
|
|
|
|
|
2013-10-11 17:35:07 +02:00
|
|
|
pre_configure() {
|
2014-06-16 14:17:37 +02:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2014-02-19 10:22:27 +01:00
|
|
|
|
2013-10-11 17:35:07 +02:00
|
|
|
# Full switch to /run to not depend on /var/run being a symlink.
|
|
|
|
sed -e 's,^nmrundir=.*$,nmrundir=\"/run/\$PACKAGE\",' -i configure
|
|
|
|
}
|
|
|
|
|
2012-01-28 17:30:30 +01:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/${pkgname}.conf 644 etc/${pkgname}
|
2014-01-29 10:26:07 +01:00
|
|
|
vinstall ${FILESDIR}/tmpfilesd 644 usr/lib/tmpfiles.d ${pkgname}.conf
|
|
|
|
# remove unused stuff
|
2013-10-11 17:35:07 +02:00
|
|
|
rm -rf ${DESTDIR}/etc/init.d
|
2010-04-13 01:44:24 +02:00
|
|
|
}
|
2013-04-12 09:01:46 +02:00
|
|
|
|
|
|
|
libnm_package() {
|
|
|
|
replaces="NetworkManager<0.9.1.90_1"
|
2013-05-23 03:28:50 +02:00
|
|
|
short_desc+=" - shared libraries"
|
2013-04-12 09:01:46 +02:00
|
|
|
pkg_install() {
|
2013-10-11 11:25:36 +02:00
|
|
|
vmove "usr/lib/*.so.*"
|
2014-01-29 10:26:07 +01:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/lib/girepository-1.0
|
|
|
|
fi
|
2013-04-12 09:01:46 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
NetworkManager-devel_package() {
|
|
|
|
depends="dbus-glib-devel libnm-${version}_${revision}"
|
2013-05-23 03:28:50 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 09:01:46 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-07-20 06:02:05 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2014-01-29 10:26:07 +01:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-07-20 06:02:05 +02:00
|
|
|
vmove usr/share/gtk-doc
|
2013-04-12 09:01:46 +02:00
|
|
|
}
|
|
|
|
}
|