]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - multipath-tools/multipath-tools.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / multipath-tools / multipath-tools.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = multipath-tools
7 version = 0.4.9
8 release = 1
9
10 groups = System/Base
11 url = http://christophe.varoqui.free.fr/
12 license = GPL+
13 summary = Tools to manage multipath devices using device-mapper.
14
15 description
16 This package provides tools to manage multipath devices by
17 instructing the device-mapper multipath kernel module what to do.
18 end
19
20 source_dl =
21 sources = %{name}-091027.tar.gz
22
23 build
24 requires
25 gzip
26 libaio-devel
27 libdevmapper-devel
28 ncurses-devel
29 readline-devel
30 end
31
32 DIR_APP = %{DIR_SRC}/%{name}
33
34 install_cmds
35 rm -rf %{BUILDROOT}/etc/rc.d
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end