]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - multipath-tools/multipath-tools.nm
Merge remote-tracking branch 'maniacikarus/man-db'
[people/amarx/ipfire-3.x.git] / multipath-tools / multipath-tools.nm
CommitLineData
dc01aad8 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
dc01aad8
SS
4###############################################################################
5
802ea3af
MT
6name = multipath-tools
7version = 0.4.9
8release = 1
dc01aad8 9
802ea3af
MT
10groups = System/Base
11url = http://christophe.varoqui.free.fr/
12license = GPL+
13summary = Tools to manage multipath devices using device-mapper.
dc01aad8 14
802ea3af
MT
15description
16 This package provides tools to manage multipath devices by
dc01aad8 17 instructing the device-mapper multipath kernel module what to do.
802ea3af
MT
18end
19
20source_dl =
21sources = %{name}-091027.tar.gz
22
23build
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
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end