# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=1 DESCRIPTION="ktsuss: keep the su simple, stupid. Graphical version of su written in C and GTK+ 2" HOMEPAGE="http://ktsuss.googlecode.com/" SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=x11-libs/gtk+-2.12.11:2 >=dev-libs/glib-2.16.5:2" DEPEND="dev-util/pkgconfig ${RDEPEND}" src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc Changelog CREDITS README }