# Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Free open-source disk encryption software for Windows XP/2000/2003 and Linux" HOMEPAGE="http://www.trucrypt.org/" SRC_URI="http://www.truecrypt.org/downloads/truecrypt-${PV}-source-code.tar.gz" LICENSE="CUSTOM" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" src_compile() { sh Linux/build.sh || die "build failed" } src_install() { sh Linux/install.sh || die "install failed" }