summaryrefslogtreecommitdiff
blob: 676f7366c0daf5bc95cb91bf025760717ee32ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/ktsuss/ktsuss-1.4.ebuild,v 1.7 2008/11/22 16:04:42 dertobi123 Exp $

DESCRIPTION="ktsuss: keep the su simple, stupid. Graphical version of su written
in C and GTK+ 2"
HOMEPAGE="http://developer.berlios.de/projects/ktsuss/"
SRC_URI="mirror://berlios//${PN}/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.12.11
	>=dev-libs/glib-2.16.5"
DEPEND="dev-util/pkgconfig
	${RDEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	dodoc Changelog CREDITS README
}