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.
gentoo-overlay/x11-misc/gtkdialog/gtkdialog-0.8.0.ebuild

24 lines
608 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/gtkdialog-0.8.0.ebuild,v 1.2 2012/05/05 04:53:49 jdhore Exp $
EAPI=4
DESCRIPTION="A small utility for fast and easy GUI building"
HOMEPAGE="http://code.google.com/p/gtkdialog/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2
gnome-base/libglade"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex
virtual/yacc"
DOCS=( AUTHORS ChangeLog TODO )