You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
477 B
23 lines
477 B
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=4
|
|
|
|
DESCRIPTION="GTK+ based TOMOYO policy editor"
|
|
HOMEPAGE="http://en.sourceforge.jp/projects/gpet/"
|
|
SRC_URI="mirror://sourceforge.jp/gpet/53178/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
RDEPEND="gnome-base/gconf
|
|
sys-devel/gettext
|
|
x11-libs/cairo
|
|
x11-libs/gtk+:2
|
|
x11-libs/pango"
|
|
DEPEND="${RDEPEND}
|
|
dev-util/intltool
|
|
virtual/pkgconfig"
|