[Lunar-commits] <moonbase> kmod: version bumped to 4.

Florin Braescu florin at lunar-linux.org
Tue Jan 17 20:00:56 CET 2012


commit c67d94532f9ec92c486d7839edb4d29848201472
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 17 20:00:56 2012 +0100

    kmod: version bumped to 4.
---
 kernel/kmod/BUILD   |    8 +++++++-
 kernel/kmod/DEPENDS |    2 +-
 kernel/kmod/DETAILS |    6 +++---
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/kernel/kmod/BUILD b/kernel/kmod/BUILD
index 4ffb8f8..24efba4 100644
--- a/kernel/kmod/BUILD
+++ b/kernel/kmod/BUILD
@@ -3,10 +3,16 @@
   sedit "s:/usr::" autogen.sh  &&
   sedit "s:\$(libdir)/pkgconfig:/usr/lib/pkgconfig:" Makefile.am  &&
 
+  OPTS+=" --with-zlib"  &&
+
   ./autogen.sh   &&
 
-  sedit "s:\${prefix}/include:/usr/include:"  Makefile  &&
 
+  ./configure   --prefix=      \
+                --libdir=/lib  \
+                $OPTS         &&
+
+  sedit "s:\${prefix}/include:/usr/include:"  Makefile  &&
   default_make  &&
 
 # add symlinks to kmod
diff --git a/kernel/kmod/DEPENDS b/kernel/kmod/DEPENDS
index 9f07f83..a9086a5 100644
--- a/kernel/kmod/DEPENDS
+++ b/kernel/kmod/DEPENDS
@@ -1,4 +1,4 @@
 depends  glib-2
 depends  zlib
 
-optional_depends  "xz"  ""  ""  "support for xz compressed modules"
+optional_depends  "xz"  "--with-xz"  ""  "support for xz compressed modules"
diff --git a/kernel/kmod/DETAILS b/kernel/kmod/DETAILS
index cfda550..94b41fa 100644
--- a/kernel/kmod/DETAILS
+++ b/kernel/kmod/DETAILS
@@ -1,11 +1,11 @@
           MODULE=kmod
-         VERSION=3
+         VERSION=4
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://git.profusion.mobi/cgit.cgi/kmod.git/snapshot
-      SOURCE_VFY=sha1:c5ed8e4760c715982a6521c006d377573bc87257
+      SOURCE_VFY=sha1:35c46ee40dbacdf0d84431b6cdbb424ba4edd0cd
         WEB_SITE=http://www.politreco.com/2011/12/announce-kmod-1
          ENTERED=20120115
-         UPDATED=20120115
+         UPDATED=20120117
            SHORT="A lib for kernel modules management"
 
 cat << EOF


More information about the Lunar-commits mailing list