Skip to content

Commit

Permalink
NetworkManager: add florins cinnamon preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Feb 19, 2013
1 parent 8ff0c5a commit 51d4dc4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/NetworkManager/BUILD
@@ -0,0 +1,3 @@
OPTS+=" --with-distro=lfs " &&

default_build
13 changes: 13 additions & 0 deletions core/NetworkManager/DEPENDS
@@ -0,0 +1,13 @@
depends dbus-glib
depends iproute2
depends libnl3
depends nss
depends polkit
depends wpa_supplicant
depends ppp
depends libsoup

optional_depends "dhcpcd" "" "" "alternative DHCP client"
optional_depends "iptables" "" "" "Connection sharing"
optional_depends "dnsmasq" "" "" "Connection sharing"
optional_depends "bluez" "" "" "Bluetooth support"
16 changes: 16 additions & 0 deletions core/NetworkManager/DETAILS
@@ -0,0 +1,16 @@
MODULE=NetworkManager
VERSION=0.9.6.4
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION::3}
SOURCE_VFY=sha1:e2c89a8a0e17ce872922be91841dc7c15d1c05ec
WEB_SITE=http://www.gnome.org/projects/$MODULE
ENTERED=20130216
UPDATED=20130216
SHORT="Network Management daemon"

cat << EOF
NetworkManager attempts to make networking as invisible as you want it to be.
Whether at home, work, or on the move, NetworkManager automatically connects
to the last network you told it to connect to. From wired to wireless to mobile
broadband to Bluetooth, NetworkManager has you covered.
EOF

0 comments on commit 51d4dc4

Please sign in to comment.