From: Stefan Schantl Date: Thu, 23 Apr 2009 13:58:56 +0000 (+0200) Subject: Updated module-init-tools to version 3.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b6710e18b7bea169b95469d40a470ca694e72d;p=ipfire-3.x.git Updated module-init-tools to version 3.7 --- diff --git a/lfs/module-init-tools b/lfs/module-init-tools index f4a035d76..e79f4e64e 100644 --- a/lfs/module-init-tools +++ b/lfs/module-init-tools @@ -25,7 +25,8 @@ include Config PKG_NAME = module-init-tools -PKG_VER = 3.5 +PKG_VER = 3.7 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,6 +34,24 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = Sytem/Base +EXTRA = no +DEBUG = no +DEPS = + +URL = http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/ +LICENSE = GPLv2+ +SHORT_DESC = Kernel module management utilities. + +define LONG_DESC + The module-init-tools package includes various programs needed \ + for automatic loading and unloading of modules under 2.6 and \ + later kernels, as well as other module management programs. \ + Device drivers and filesystems are two examples of loaded and \ + unloaded modules. +endef + ############################################################################### # Top-level Rules ############################################################################### @@ -40,11 +59,17 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) objects = $(DL_FILE) \ $(THISAPP)-nostatic-1.patch -install : $(OBJECT) +download: $(objects) + +info: + $(DO_PKG_INFO) + +install: $(OBJECT) -download : $(objects) +package: + @$(DO_PACKAGE) -$(objects) : +$(objects): @$(LOAD) ############################################################################### @@ -57,6 +82,7 @@ $(OBJECT) : cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-nostatic-1.patch cd $(DIR_APP) && autoreconf --force cd $(DIR_APP) && \ + DOCBOOKTOMAN=true \ ./configure \ $(CONFIGURE_ARCH) \ --prefix=/ \