Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11836 - (show annotations) (download)
Mon Apr 23 17:23:32 2012 UTC (12 years, 1 month ago) by niro
File size: 778 byte(s)
auto added: ver bump to 1.4.2-r1
1 # $Id$
2
3 PNAME="cryptsetup"
4 PVER="1.4.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-177
17 >= sys-fs/e2fsprogs-1.41"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild multilib
23 msetfeature "!check"
24
25 SRC_URI=(
26 http://${PNAME}.googlecode.com/files/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://code.google.com/p/cryptsetup/downloads/list | firsttarball"
31
32 src_compile()
33 {
34 mconfigure --sbindir=/sbin --enable-nls --disable-selinux || die
35 mmake || die
36 }