summaryrefslogtreecommitdiffstats
path: root/extra/networkmanager/Pkgfile
blob: dae43c473bb4f9196ff137e040612982a4253762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Description: Permet la gestion des réseaux sans fils
# URL: http://www.gnome.org/projects/NetworkManager/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: dbus-glib, iproute2, libnl, nss, polkit, wireless_tools, wpa_supplicant, ppp, iptables, intltool 
# Run on: wpa_supplicant,dbus-glib,intltool,libnl,policykit,nss,wireless_tools,ppp,nss,polkit

name=networkmanager
version=0.8.1
release=1
_name=NetworkManager
source=(http://ftp.acc.umu.se/pub/gnome/sources/${_name}/0.8/${_name}-$version.tar.bz2 )

build() {
	cd ${_name}-$version
	./configure --prefix=/usr \
		--with-distro=redhat \
    		--sysconfdir=/etc \
   	 	--localstatedir=/var \
    		--with-crypto=nss \
    		--with-dhclient=/usr/sbin/dhclient \
    		--with-dhcpcd=/sbin/dhcpcd \
    		--with-iptables=/usr/sbin/iptables \
    		--disable-static \
    		--enable-more-warnings=no \
    		--disable-wimax 
	make
	make DESTDIR=$PKG install
}