Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26033 - (show annotations) (download)
Fri Jun 12 11:57:31 2015 UTC (9 years ago) by niro
File size: 916 byte(s)
auto added: ver bump to 1.6.7-r1
1 # $Id$
2
3 PNAME="cryptsetup"
4 PVER="1.6.7"
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.6
14 >= app-crypt/libgpg-error-1.9
15 >= dev-libs/popt-1.16
16 >= sys-fs/udev-218
17 >= sys-fs/e2fsprogs-1.42
18 >= sys-libs/libuuid-2.26"
19
20 SRCFILE="archive.tar.gz?ref=v${PVER//./_}"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild multilib
24 msetfeature "!check"
25
26 SRC_URI=(
27 http://gitlab.com/cryptsetup/${PNAME}/repository/archive.tar.bz2?ref=v${PVER//./_}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd -listonly http://gitlab.com/cryptsetup/cryptsetup/tags | grep '/v[0-9]' | sed 's:.*v\(.*\).*:\1:;s:_:.:g' | upsort_pipe"
32
33
34 src_compile()
35 {
36 mconfigure --enable-nls --enable-cryptsetup-reencrypt --disable-selinux || die
37 mmake || die
38 }