[Lunar-commits] <moonbase-gnome3> NetworkManager: add florins cinnamon preparations

v4hn me at v4hn.de
Tue Feb 19 02:00:13 CET 2013


commit 51d4dc40e58fc72d24cfba7a567a94bd365b346b
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 17:00:13 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/51d4dc40e58fc72d24cfba7a567a94bd365b346b

NetworkManager: add florins cinnamon preparations
---
  core/NetworkManager/BUILD   | +3/-0     
  core/NetworkManager/DEPENDS | +13/-0    
  core/NetworkManager/DETAILS | +16/-0    
  3 files changed, 32 insertions(+)

--- /dev/null
+++ b/core/NetworkManager/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --with-distro=lfs " &&
+
+default_build
--- /dev/null
+++ b/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"
--- /dev/null
+++ b/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




More information about the Lunar-commits mailing list