# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="eCryptfs userspace utilities" HOMEPAGE="http://www.ecryptfs.org" SRC_URI="mirror://sourceforge/ecryptfs/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-apps/keyutils dev-libs/libgcrypt" src_install(){ emake -j1 DESTDIR=${D} install || die }