# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Deniable and steganographic filesytem for GNU/Linux" HOMEPAGE="http://www.openchill.org" SRC_URI="http://www.openchill.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="doc" DEPEND=">=sys-apps/util-linux-2 >=sys-fs/device-mapper-1.0 >=sys-fs/cryptsetup-1.0.1-r1" RDEPEND="${DEPEND}" src_compile() { econf || die "Failed to configure" emake || die "Failed to compile" } src_install() { dosbin src/denyfs dosbin tools/dfstouch dosbin tools/dfsopen dosbin tools/dfsclose dosbin tools/dfstest if use doc then dodoc README dodoc doc/TODO fi } pkg_postinst() { einfo "Please post bugs to" einfo "http://www.openchill.org" einfo "in the appropriate denyfs version page." }