21 lines
643 B
Plaintext
21 lines
643 B
Plaintext
# Description: Tools which simplify and make the network more directly manageable.
|
|
# URL: http://projects.gnome.org/NetworkManager/
|
|
# Packager: milisarge
|
|
# Depends on: gtk3 gconf iso-codes gobject-introspection libgnome-keyring gnome-keyring libsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache
|
|
|
|
name=network-manager-applet
|
|
version=1.4.2
|
|
release=1
|
|
|
|
source=( http://ftp.gnome.org/pub/gnome/sources/$name/1.4/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--disable-static \
|
|
--without-team
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|