Magellan Linux

Annotation of /branches/R11-stable/core/cryptsetup/cryptsetup-1.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18694 - (hide annotations) (download)
Tue Aug 6 11:30:00 2013 UTC (10 years, 9 months ago) by niro
Original Path: trunk/core/cryptsetup/cryptsetup-1.6.2-r1.smage2
File size: 805 byte(s)
auto added: ver bump to 1.6.2-r1
1 niro 18694 # $Id$
2    
3     PNAME="cryptsetup"
4     PVER="1.6.2"
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.5
14     >= app-crypt/libgpg-error-1.9
15     >= dev-libs/popt-1.16
16     >= sys-fs/udev-185
17     >= sys-fs/e2fsprogs-1.42
18     >= sys-libs/libuuid-2.22"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.bz2"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude mbuild multilib
24     msetfeature "!check"
25    
26     SRC_URI=(
27     http://${PNAME}.googlecode.com/files/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2EXCLUDE="-rc"
32     UP2DATE="updatecmd http://code.google.com/p/cryptsetup/downloads/list | firsttarball"
33    
34     src_compile()
35     {
36     mconfigure --enable-nls --disable-selinux || die
37     mmake || die
38     }