Magellan Linux

Contents of /trunk/core/cryptsetup/cryptsetup-2.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30630 - (show annotations) (download)
Thu Feb 8 09:03:41 2018 UTC (6 years, 3 months ago) by niro
File size: 946 byte(s)
auto added: ver bump to 2.0.1-r1
1 # $Id$
2
3 PNAME="cryptsetup"
4 PVER="2.0.1"
5 PBUILD="r1"
6
7 PCAT="sys-fs"
8
9 DESCRIPTION="Userspace setup tool for transparent encryption of block devices using dm-crypt."
10 HOMEPAGE="http://code.google.com/p/cryptsetup/"
11
12 DEPEND=">= sys-fs/device-mapper-2.02
13 >= app-crypt/libgcrypt-1.8
14 >= app-crypt/libgpg-error-1.20
15 >= dev-libs/popt-1.16
16 >= sys-fs/udev-237
17 >= sys-fs/e2fsprogs-1.42
18 >= sys-libs/libuuid-2.31"
19
20 SDEPEND=">= sys-dev/automake-4
21 >= sys-dev/autoconf-5"
22
23 SRCFILE="${PNAME}-${PVER}.tar.xz"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude multilib mbuild
27 msetfeature "!check"
28
29 SRC_URI=(
30 https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2DATE="updatecmd -listonly http://gitlab.com/cryptsetup/cryptsetup/tags | grep '/v[0-9]' | sed 's:.*v\(.*\).*:\1:;s:_:.:g' | upsort_pipe"
35
36 src_compile()
37 {
38 mconfigure --enable-nls --enable-cryptsetup-reencrypt --disable-selinux || die
39 mmake || die
40 }