]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - module-init-tools/module-init-tools.nm
Move all packages to root.
[people/amarx/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 = 1
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 =
24
25 build
26 requires
27 zlib-devel
28 end
29
30 CFLAGS += -DCONFIG_NO_BACKWARDS_COMPAT=1
31
32 # Set docbooktoman=true, because this package is not available
33 # in IPFire and prevents us from errors
34 export DOCBOOKTOMAN=true
35
36 configure_options += \
37 --bindir=/bin \
38 --sbindir=/sbin \
39 --mandir=/usr/share/man \
40 --enable-zlib-dynamic \
41 --disable-static-utils
42
43 install_cmds
44 mkdir -pv %{BUILDROOT}/etc/modprobe.d
45 cp -av %{DIR_SOURCE}/modprobe.d/* %{BUILDROOT}/etc/modprobe.d/
46 end
47 end
48
49 packages
50 package %{name}
51 end