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
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
###############################################################################
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)
###############################################################################
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=/ \