# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Userspace setup tool for dm-crypt devices" HOMEPAGE="http://www.saout.de/misc/dm-crypt/" SRC_URI="http://www.saout.de/misc/dm-crypt/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/libgcrypt-1.1.42 sys-libs/device-mapper" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall bindir="${D}/usr/sbin" dodoc AUTHORS COPYING INSTALL NEWS README ChangeLog }