# $Id$ PNAME="cryptsetup" PVER="1.6.2" PBUILD="r1" PCAT="sys-fs" DESCRIPTION="Userspace setup tool for transparent encryption of block devices using dm-crypt." HOMEPAGE="http://code.google.com/p/cryptsetup/" DEPEND=">= sys-fs/device-mapper-2.02 >= app-crypt/libgcrypt-1.5 >= app-crypt/libgpg-error-1.9 >= dev-libs/popt-1.16 >= sys-fs/udev-185 >= sys-fs/e2fsprogs-1.42 >= sys-libs/libuuid-2.22" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild multilib msetfeature "!check" SRC_URI=( http://${PNAME}.googlecode.com/files/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2EXCLUDE="-rc" UP2DATE="updatecmd http://code.google.com/p/cryptsetup/downloads/list | firsttarball" src_compile() { mconfigure --enable-nls --disable-selinux || die mmake || die }