]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - module-init-tools/module-init-tools.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / 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
dc5ecc1c 8release = 3
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
92490fa2 23source_dl = http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
8281db10 24
802ea3af
MT
25build
26 requires
92490fa2 27 docbook-utils
802ea3af
MT
28 zlib-devel
29 end
8281db10 30
802ea3af 31 CFLAGS += -DCONFIG_NO_BACKWARDS_COMPAT=1
8281db10 32
802ea3af
MT
33 configure_options += \
34 --bindir=/bin \
35 --sbindir=/sbin \
36 --mandir=/usr/share/man \
37 --enable-zlib-dynamic \
38 --disable-static-utils
8281db10 39
802ea3af
MT
40 install_cmds
41 mkdir -pv %{BUILDROOT}/etc/modprobe.d
42 cp -av %{DIR_SOURCE}/modprobe.d/* %{BUILDROOT}/etc/modprobe.d/
43 end
44end
8281db10 45
802ea3af
MT
46packages
47 package %{name}
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end