From 1c580a32495e6e80dc6d67e0cf25aa7e6f90c97b Mon Sep 17 00:00:00 2001 From: sibel Date: Sat, 23 Apr 2011 15:20:26 +0200 Subject: ntrack , maj 014-1 --- extra/ntrack/.footprint.i686 | 3 +++ extra/ntrack/.footprint.x86_64 | 3 +++ extra/ntrack/.md5sum.i686 | 3 ++- extra/ntrack/.md5sum.x86_64 | 3 ++- extra/ntrack/Pkgfile | 8 ++++++-- extra/ntrack/ntrack-014-link.patch | 27 +++++++++++++++++++++++++++ 6 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 extra/ntrack/ntrack-014-link.patch 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 + -- cgit v1.2.3-54-g00ecf