[Lunar-commits] <moonbase-other> ntrack: Readding to moonbase.

Dennis Veatch stumbles at lunar-linux.org
Mon Jul 9 16:59:50 CEST 2012


commit c5a56ab1ced422a95034b8263692afc846d7cf1f
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 09 Jul 2012 07:59:50 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c5a56ab1ced422a95034b8263692afc846d7cf1f

ntrack: Readding to moonbase.
---
  libs/ntrack/BUILD                                            +13/-0    
  libs/ntrack/DEPENDS                                          +7/-0     
  libs/ntrack/DETAILS                                          +19/-0    
  3 files changed, 39 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/libs/ntrack/BUILD
@@ -0,0 +1,13 @@
+(
+
+  find . -name 'Makefile*' -exec sed -i "s:-Werror::" {} \; &&
+
+  if in_depends $MODULE qt4 ; then
+    . /etc/profile.d/qt4.rc
+  fi &&
+
+  OPTS+=" --disable-static" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/ntrack/DEPENDS
@@ -0,0 +1,7 @@
+# ntrack depends on libnl or libnl2 or libnl3 we choose the newest one: libnl3
+depends libnl3
+
+optional_depends glib-2                "--with-glib2"     "--without-glib2"     "for glib-2 bindings support"
+optional_depends gobject-introspection "--with-gobject"   "--without-gobject"   "for introspection support"
+optional_depends pygobject             "--with-pygobject" "--without-pygobject" "for pygobject bindings support"
+optional_depends qt4                   "--with-qt4"       "--without-qt4"       "for qt4 support"
--- /dev/null
+++ b/libs/ntrack/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=ntrack
+         VERSION=016
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://launchpad.net/ntrack/main/$VERSION/+download/
+      SOURCE_VFY=sha1:693f618198f65c9bbb7a9ace250d536f167b192a
+        WEB_SITE=https://launchpad.net/ntrack
+         ENTERED=20110105
+         UPDATED=20120202
+           SHORT="get events on network online status changes"
+
+cat << EOF
+ntrack aims to be a lightweight and easy to use library for application
+developers that want to get events on network online status changes such as
+online, offline or route changes.
+
+The primary goal is to serve desktop applications in a network manager and
+desktop environment independent fashion. Also its supposed to be lightweight,
+resource un-intensive and extensible.
+EOF




More information about the Lunar-commits mailing list