Skip to content

Commit

Permalink
ntrack: Readding to moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Veatch committed Jul 9, 2012
1 parent 0515982 commit c5a56ab
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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
7 changes: 7 additions & 0 deletions 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"
19 changes: 19 additions & 0 deletions 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

0 comments on commit c5a56ab

Please sign in to comment.