diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-11 22:21:42 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-11 22:21:42 +0100 |
commit | 2dc3f23eb5a8d236c8dbb5964938e26ee68209a1 (patch) | |
tree | 0c8b6a1cff5f875b5d5e58156cf8e8f5457d26a1 /extra/networkmanager/Pkgfile | |
parent | 559a1649ef5dab5af3ff13d719c56057b3e24e3f (diff) | |
download | nutyx-pakxe-2dc3f23eb5a8d236c8dbb5964938e26ee68209a1.tar.gz nutyx-pakxe-2dc3f23eb5a8d236c8dbb5964938e26ee68209a1.tar.bz2 nutyx-pakxe-2dc3f23eb5a8d236c8dbb5964938e26ee68209a1.tar.xz nutyx-pakxe-2dc3f23eb5a8d236c8dbb5964938e26ee68209a1.zip |
Ajout de networkmanager#0.7.1-1
Diffstat (limited to 'extra/networkmanager/Pkgfile')
-rw-r--r-- | extra/networkmanager/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/networkmanager/Pkgfile b/extra/networkmanager/Pkgfile new file mode 100644 index 000000000..fda2e3b22 --- /dev/null +++ b/extra/networkmanager/Pkgfile @@ -0,0 +1,21 @@ +# 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, hal, glib, libnl, policykit, nss, wireless_tools, ppp + +name=networkmanager +version=0.7.1 +release=1 +_name=NetworkManager +source=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${version%.*}/${_name}-$version.tar.bz2) + +build() { + cd ${_name}-$version + ./configure --prefix=/usr \ + --with-distro=redhat \ + --without-gnome \ + --without-dhcdbd + make + make DESTDIR=$PKG install +} |