]> git.ipfire.org Git - ipfire-3.x.git/blame - cryptsetup-luks/cryptsetup-luks.nm
kernel: udpate to 5.2
[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 6name = cryptsetup-luks
0c6e0dfa
AM
7version = %{ver_maj}.0
8ver_maj = 1.7
8c34b384
SS
9release = 1
10
802ea3af 11groups = System/Filesystems
d7445674 12url = https://gitlab.com/cryptsetup/cryptsetup
802ea3af
MT
13license = GPLv2+
14summary = A utility for setting up encrypted filesystems.
11c61e23 15
802ea3af 16description
8c34b384 17 This package contains cryptsetup, a utility for setting up
11c61e23 18 encrypted filesystems using Device Mapper and the dm-crypt target.
802ea3af 19end
11c61e23 20
d7445674
MT
21source_dl = \
22 https://www.kernel.org/pub/linux/utils/cryptsetup/v%{ver_maj}/
23sources = cryptsetup-%{version}.tar.xz
11c61e23 24
802ea3af
MT
25build
26 requires
27 libdevmapper-devel
28 libgcrypt-devel
29 libgpg-error-devel
30 libuuid-devel
31 popt-devel
32 end
50ad4471 33
802ea3af 34 DIR_APP = %{DIR_SRC}/cryptsetup-%{version}
11c61e23 35
802ea3af 36 configure_options += \
11c61e23 37 --disable-static
802ea3af
MT
38end
39
40packages
41 package %{name}
1f9bc2f0 42
802ea3af
MT
43 package %{name}-devel
44 template DEVEL
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end