]> git.ipfire.org Git - ipfire-3.x.git/blob - cryptsetup-luks/cryptsetup-luks.nm
kernel: udpate to 5.2
[ipfire-3.x.git] / cryptsetup-luks / cryptsetup-luks.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cryptsetup-luks
7 version = %{ver_maj}.0
8 ver_maj = 1.7
9 release = 1
10
11 groups = System/Filesystems
12 url = https://gitlab.com/cryptsetup/cryptsetup
13 license = GPLv2+
14 summary = A utility for setting up encrypted filesystems.
15
16 description
17 This package contains cryptsetup, a utility for setting up
18 encrypted filesystems using Device Mapper and the dm-crypt target.
19 end
20
21 source_dl = \
22 https://www.kernel.org/pub/linux/utils/cryptsetup/v%{ver_maj}/
23 sources = cryptsetup-%{version}.tar.xz
24
25 build
26 requires
27 libdevmapper-devel
28 libgcrypt-devel
29 libgpg-error-devel
30 libuuid-devel
31 popt-devel
32 end
33
34 DIR_APP = %{DIR_SRC}/cryptsetup-%{version}
35
36 configure_options += \
37 --disable-static
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end