[Lunar-commits] <moonbase> connman-gnome: working and stable-ish connman gui for any desktop (only uses gtk, no gnome components)
Auke Kok
sofar at foo-projects.org
Wed Jun 15 06:08:55 CEST 2011
commit b5116bdba5118f761fa5373d7f52574e106dc2f1
Author: Auke Kok <sofar at foo-projects.org>
Date: Wed Jun 15 06:08:55 2011 +0200
connman-gnome: working and stable-ish connman gui for any desktop (only uses gtk, no gnome components)
---
zbeta/connman-gnome/BUILD | 6 ++++++
zbeta/connman-gnome/DEPENDS | 3 +++
zbeta/connman-gnome/DETAILS | 14 ++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/zbeta/connman-gnome/BUILD b/zbeta/connman-gnome/BUILD
new file mode 100644
index 0000000..385d629
--- /dev/null
+++ b/zbeta/connman-gnome/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sh bootstrap
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/connman-gnome/DEPENDS b/zbeta/connman-gnome/DEPENDS
new file mode 100644
index 0000000..dfc690e
--- /dev/null
+++ b/zbeta/connman-gnome/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+-2
+depends dbus
+depends XML-Parser
diff --git a/zbeta/connman-gnome/DETAILS b/zbeta/connman-gnome/DETAILS
new file mode 100644
index 0000000..ef73ca9
--- /dev/null
+++ b/zbeta/connman-gnome/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=connman-gnome
+ VERSION=20110502
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=http://www.kernel.org/pub/linux/network/connman/
+ SOURCE_URL[2]=$MIRROR_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:97921a32be407100f2f4bb1c59f25a9c1d0f83e1
+ WEB_SITE="http://connman.net/"
+ ENTERED=20110502
+ UPDATED=20110502
+ SHORT="Gtk frontend for connman"
+cat <<EOF
+A simple Gtk frontend to the connman network connection manager.
+EOF
More information about the Lunar-commits
mailing list