]> git.ipfire.org Git - ipfire-3.x.git/blame - cryptsetup-luks/cryptsetup-luks.nm
udev: Fix location of usb.ids file.
[ipfire-3.x.git] / cryptsetup-luks / cryptsetup-luks.nm
CommitLineData
11c61e23 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
11c61e23
SS
4###############################################################################
5
802ea3af
MT
6name = cryptsetup-luks
7version = 1.1.0
99a954bb 8release = 3
11c61e23 9
802ea3af
MT
10groups = System/Filesystems
11url = http://cryptsetup.googlecode.com/
12license = GPLv2+
13summary = A utility for setting up encrypted filesystems.
11c61e23 14
802ea3af 15description
11c61e23
SS
16 This package contains cryptsetup, a utility for setting up \
17 encrypted filesystems using Device Mapper and the dm-crypt target.
802ea3af 18end
11c61e23 19
802ea3af
MT
20source_dl =
21sources = cryptsetup-%{version}.tar.bz2
11c61e23 22
802ea3af
MT
23build
24 requires
25 libdevmapper-devel
26 libgcrypt-devel
27 libgpg-error-devel
28 libuuid-devel
29 popt-devel
30 end
50ad4471 31
802ea3af 32 DIR_APP = %{DIR_SRC}/cryptsetup-%{version}
11c61e23 33
802ea3af 34 configure_options += \
11c61e23 35 --disable-static
802ea3af
MT
36end
37
38packages
39 package %{name}
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end