summaryrefslogtreecommitdiffstats
path: root/extra/networkmanager/Pkgfile
blob: ad815ce2fb0717434a1661ab0b3e9794217d4190 (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
31
# 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: dbus-glib,iproute2,libnl,nss,polkit,wireless_tools,wpa_supplicant,ppp,iptables,intltool 


name=networkmanager
version=0.8.1
release=2
_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
}