]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - module-init-tools/module-init-tools.nm
module-init-tools: Remove conflicting file.
[people/arne_f/ipfire-3.x.git] / module-init-tools / module-init-tools.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = module-init-tools
7 version = 3.16
8 release = 3
9
10 groups = System/Base
11 url = http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
12 license = GPLv2+
13 summary = Kernel module management utilities.
14
15 description
16 The module-init-tools package includes various programs needed
17 for automatic loading and unloading of modules under 2.6 and
18 later kernels, as well as other module management programs.
19 Device drivers and filesystems are two examples of loaded and
20 unloaded modules.
21 end
22
23 source_dl = http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
24
25 build
26 requires
27 docbook-utils
28 zlib-devel
29 end
30
31 CFLAGS += -DCONFIG_NO_BACKWARDS_COMPAT=1
32
33 configure_options += \
34 --bindir=/bin \
35 --sbindir=/sbin \
36 --mandir=/usr/share/man \
37 --enable-zlib-dynamic \
38 --disable-static-utils
39
40 install_cmds
41 mkdir -pv %{BUILDROOT}/etc/modprobe.d
42 cp -av %{DIR_SOURCE}/modprobe.d/* %{BUILDROOT}/etc/modprobe.d/
43 end
44 end
45
46 packages
47 package %{name}
48 end