diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-08-05 18:45:19 -0700 | 
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-08-12 08:32:51 -0700 | 
| commit | 8e26e9dc7aaa7784e6c07b6c38dc5b2ccb4d46af (patch) | |
| tree | 099b9ecacb1397f54dd140b5bd8eea28c2676ad8 | |
| parent | c352530c1374a7a08e147864bf1215b35087f900 (diff) | |
| download | meta-security-8e26e9dc7aaa7784e6c07b6c38dc5b2ccb4d46af.tar.gz | |
cryptmount: Add new pkg
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/cryptmount/cryptmount_5.3.3.bb | 25 | 
1 files changed, 25 insertions, 0 deletions
| diff --git a/recipes-security/cryptmount/cryptmount_5.3.3.bb b/recipes-security/cryptmount/cryptmount_5.3.3.bb new file mode 100644 index 0000000..6e653c8 --- /dev/null +++ b/recipes-security/cryptmount/cryptmount_5.3.3.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Linux encrypted filesystem management tool" | ||
| 2 | HOMEPAGE = "http://cryptmount.sourceforge.net/" | ||
| 3 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=4;md5=673a990de93a2c5531a0f13f1c40725a" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | |||
| 6 | SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-5.3/${BPN}-${PV}.tar.gz" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "682953ff5ba497d48d6b13e22ca726c98659abd781bb8596bb299640dd255d9b" | ||
| 9 | |||
| 10 | inherit autotools-brokensep gettext pkgconfig systemd | ||
| 11 | |||
| 12 | EXTRA_OECONF = " --enable-cswap --enable-fsck --enable-argv0switch" | ||
| 13 | |||
| 14 | PACKAGECONFIG ?="intl luks gcrypt nls" | ||
| 15 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | ||
| 16 | |||
| 17 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" | ||
| 18 | PACKAGECONFIG[intl] = "--with-libintl-prefix, --without-libintl-prefix" | ||
| 19 | PACKAGECONFIG[gcrypt] = "--with-libgcrypt, --without-libgcrypt, libgcrypt" | ||
| 20 | PACKAGECONFIG[luks] = "--enable-luks, --disable-luks, cryptsetup" | ||
| 21 | PACKAGECONFIG[nls] = "--enable-nls, --disable-nls, " | ||
| 22 | |||
| 23 | SYSTEMD_SERVICE:${PN} = "cryptmount.service" | ||
| 24 | |||
| 25 | RDEPENDS:${PN} = "libdevmapper" | ||
