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