blob: a95326ea2ffb899a6302b62441b99ca0fb486af9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.9 2004/06/24 21:32:27 agriffis Exp $
DESCRIPTION="utility that allows you to jot down sensitive data"
HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/"
SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.0.6-r1
>=x11-libs/gtk+-2.0.6-r1
>=dev-libs/libmcrypt-2.5.1
>=app-crypt/mhash-0.8.16"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.17
>=dev-util/pkgconfig-0.12.0"
src_install() {
make DESTDIR=${D} install || die
dodoc ChangeLog README AUTHORS
}
|