]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame_incremental - lvm2/lvm2.nm
Merge remote-tracking branch 'stevee/dmraid'
[people/arne_f/ipfire-3.x.git] / lvm2 / lvm2.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = lvm2
7version = 2.02.95
8release = 2
9thisapp = LVM2.%{version}
10
11groups = System/Base
12url = http://sources.redhat.com/lvm2/
13license = GPLv2
14summary = Userland logical volume management tools.
15
16description
17 LVM2 includes all of the support for handling read/write operations on
18 physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
19 multiple devices (MD), see mdadd(8) or even loop devices, see
20 losetup(8)), creating volume groups (kind of virtual disks) from one
21 or more physical volumes and creating one or more logical volumes
22 (kind of logical partitions) in volume groups.
23end
24
25source_dl = ftp://sources.redhat.com/pub/lvm2/
26sources = %{thisapp}.tgz
27
28build
29 requires
30 libselinux-devel
31 pkg-config
32 ncurses-devel
33 readline-devel
34 end
35
36 configure_options += \
37 --with-usrlibdir=%{libdir} \
38 --enable-pkgconfig
39end
40
41packages
42 package %{name}
43
44 package libdevmapper
45 template LIBS
46 end
47
48 package libdevmapper-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55end