blob: 4eff34225e4c1a858ee99df682c29b05c16fe571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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: wpa_supplicant, dbus-glib, hal, intltool, libnl, policykit, nss, wireless_tools, ppp, nss, polkit, iptables
name=networkmanager
version=0.8.1
release=1
_name=NetworkManager
source=(http://ftp.gnome.org/pub/gnome/sources/${_name}/0.8/${_name}-$version.tar.bz2 )
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--with-distro=redhat
make
make DESTDIR=$PKG install
}
|