summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-23 15:20:26 +0200
committersibel <lesibel@free.fr>2011-04-23 15:20:26 +0200
commit1c580a32495e6e80dc6d67e0cf25aa7e6f90c97b (patch)
tree3e1b8aa0227a14daecdfa312b0fa1418dd454bd8
parent9d0be81a67866f663e94c2a0963d4e710647aa1b (diff)
downloadnutyx-extra-1c580a32495e6e80dc6d67e0cf25aa7e6f90c97b.tar.gz
nutyx-extra-1c580a32495e6e80dc6d67e0cf25aa7e6f90c97b.tar.bz2
nutyx-extra-1c580a32495e6e80dc6d67e0cf25aa7e6f90c97b.tar.xz
nutyx-extra-1c580a32495e6e80dc6d67e0cf25aa7e6f90c97b.zip
ntrack , maj 014-1
-rw-r--r--extra/ntrack/.footprint.i6863
-rw-r--r--extra/ntrack/.footprint.x86_643
-rw-r--r--extra/ntrack/.md5sum.i6863
-rw-r--r--extra/ntrack/.md5sum.x86_643
-rwxr-xr-xextra/ntrack/Pkgfile8
-rw-r--r--extra/ntrack/ntrack-014-link.patch27
6 files changed, 43 insertions, 4 deletions
diff --git a/extra/ntrack/.footprint.i686 b/extra/ntrack/.footprint.i686
index c5a4df201..f61041d0d 100644
--- a/extra/ntrack/.footprint.i686
+++ b/extra/ntrack/.footprint.i686
@@ -54,6 +54,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libntrack.pc
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyntrack.a
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/pyntrack.la
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/pyntrack.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/ntrack/
diff --git a/extra/ntrack/.footprint.x86_64 b/extra/ntrack/.footprint.x86_64
index c5a4df201..f61041d0d 100644
--- a/extra/ntrack/.footprint.x86_64
+++ b/extra/ntrack/.footprint.x86_64
@@ -54,6 +54,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libntrack.pc
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyntrack.a
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/pyntrack.la
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/pyntrack.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/ntrack/
diff --git a/extra/ntrack/.md5sum.i686 b/extra/ntrack/.md5sum.i686
index dc2ca832a..d31c0612b 100644
--- a/extra/ntrack/.md5sum.i686
+++ b/extra/ntrack/.md5sum.i686
@@ -1 +1,2 @@
-90596b924a108f8b4eea52239ba64369 ntrack-013.tar.gz
+2b31734a40fba5fd2f44c3fec0dcdf73 ntrack-014-link.patch
+d8af7c0f77c030d089bfa5ce0dd1057b ntrack-014.tar.gz
diff --git a/extra/ntrack/.md5sum.x86_64 b/extra/ntrack/.md5sum.x86_64
index dc2ca832a..d31c0612b 100644
--- a/extra/ntrack/.md5sum.x86_64
+++ b/extra/ntrack/.md5sum.x86_64
@@ -1 +1,2 @@
-90596b924a108f8b4eea52239ba64369 ntrack-013.tar.gz
+2b31734a40fba5fd2f44c3fec0dcdf73 ntrack-014-link.patch
+d8af7c0f77c030d089bfa5ce0dd1057b ntrack-014.tar.gz
diff --git a/extra/ntrack/Pkgfile b/extra/ntrack/Pkgfile
index 01ba0185a..6064dc162 100755
--- a/extra/ntrack/Pkgfile
+++ b/extra/ntrack/Pkgfile
@@ -6,12 +6,16 @@
# Run on: qt,libnl
name=ntrack
-version=013
+version=014
release=1
-source=(http://launchpad.net/$name/main/$version/+download/$name-$version.tar.gz )
+source=(http://launchpad.net/$name/main/$version/+download/$name-$version.tar.gz
+ ntrack-014-link.patch
+)
build() {
cd $name-$version
+ patch -Np1 -i ../ntrack-014-link.patch
+
./configure --prefix=/usr\
--sysconfdir=/etc \
--localstatedir=/var
diff --git a/extra/ntrack/ntrack-014-link.patch b/extra/ntrack/ntrack-014-link.patch
new file mode 100644
index 000000000..23ee474ff
--- /dev/null
+++ b/extra/ntrack/ntrack-014-link.patch
@@ -0,0 +1,27 @@
+--- ntrack-014/modules/Makefile.am~ 2011-04-03 23:14:35.000000000 +0200
++++ ntrack-014/modules/Makefile.am 2011-04-04 20:03:42.835840583 +0200
+@@ -54,21 +54,21 @@
+ if HAVE_LIBNL1
+ ntrack_libnl1_la_SOURCES = $(ntrack_libnl_sources)
+ ntrack_libnl1_la_CFLAGS = $(LIBNL1_CFLAGS) $(ntrack_libnl_cflags)
+-ntrack_libnl1_la_LIBADD = $(LIBNL1_LIBS)
++ntrack_libnl1_la_LIBADD = $(LIBNL1_LIBS) $(top_builddir)/common/libntrack.la
+ ntrack_libnl1_la_LDFLAGS = $(ntrack_libnl_ldflags)
+ endif
+
+ if HAVE_LIBNL2
+ ntrack_libnl2_la_SOURCES = $(ntrack_libnl_sources)
+ ntrack_libnl2_la_CFLAGS = $(LIBNL2_CFLAGS) $(ntrack_libnl_cflags)
+-ntrack_libnl2_la_LIBADD = $(LIBNL2_LIBS)
++ntrack_libnl2_la_LIBADD = $(LIBNL2_LIBS) $(top_builddir)/common/libntrack.la
+ ntrack_libnl2_la_LDFLAGS = $(ntrack_libnl_ldflags)
+ endif
+
+ if HAVE_LIBNL3
+ ntrack_libnl3_la_SOURCES = $(ntrack_libnl_sources)
+ ntrack_libnl3_la_CFLAGS = $(LIBNL3_CFLAGS) $(ntrack_libnl_cflags)
+-ntrack_libnl3_la_LIBADD = $(LIBNL3_LIBS)
++ntrack_libnl3_la_LIBADD = $(LIBNL3_LIBS) $(top_builddir)/common/libntrack.la
+ ntrack_libnl3_la_LDFLAGS = $(ntrack_libnl_ldflags)
+ endif
+