blob: 254e4316f4d517ff3a8bf7dfcc492077346689fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.1.ebuild,v 1.6 2005/06/19 19:42:27 weeve Exp $
DESCRIPTION="Gpasman: GTK Password manager"
SRC_URI="http://gpasman.sourceforge.net/files/${P}.tar.gz"
HOMEPAGE="http://gpasman.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ppc -sparc x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*"
src_install() {
dodir /usr/bin
emake prefix=${D}/usr install
dodoc ChangeLog AUTHORS README BUGS NEWS
}
|