]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/module-init-tools/module-init-tools.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / module-init-tools / module-init-tools.nm
CommitLineData
8281db10 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8281db10
MT
4###############################################################################
5
802ea3af
MT
6name = module-init-tools
7version = 3.16
8release = 1
8281db10 9
802ea3af
MT
10groups = System/Base
11url = http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
12license = GPLv2+
13summary = Kernel module management utilities.
8281db10 14
802ea3af
MT
15description
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.
21end
8281db10 22
802ea3af 23source_dl =
8281db10 24
802ea3af
MT
25build
26 requires
27 zlib-devel
28 end
8281db10 29
802ea3af 30 CFLAGS += -DCONFIG_NO_BACKWARDS_COMPAT=1
8281db10 31
802ea3af
MT
32 # Set docbooktoman=true, because this package is not available
33 # in IPFire and prevents us from errors
34 export DOCBOOKTOMAN=true
8281db10 35
802ea3af
MT
36 configure_options += \
37 --bindir=/bin \
38 --sbindir=/sbin \
39 --mandir=/usr/share/man \
40 --enable-zlib-dynamic \
41 --disable-static-utils
8281db10 42
802ea3af
MT
43 install_cmds
44 mkdir -pv %{BUILDROOT}/etc/modprobe.d
45 cp -av %{DIR_SOURCE}/modprobe.d/* %{BUILDROOT}/etc/modprobe.d/
46 end
47end
8281db10 48
802ea3af
MT
49packages
50 package %{name}
51end