summaryrefslogtreecommitdiff
blob: f5bb9ae1fd506672f96653babe4284dc60f4af1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $

DESCRIPTION="Encrypted Filesystem module for Linux"
SRC_URI="http://arg0.net/users/vgough/download/${P}-1.tgz"
HOMEPAGE="http://arg0.net/users/vgough/encfs.html"
LICENSE="GPL-2"
RDEPEND=">=dev-libs/openssl-0.9.7
		<sys-fs/fuse-1.9
		dev-libs/rlog"
DEPEND="${RDEPEND}"
KEYWORDS="~x86"
SLOT="0"
IUSE=""

src_install() {
	dodoc AUTHORS COPYING ChangeLog INSTALL README
	make DESTDIR=${D} install
}