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/app-text/chmsee/chmsee-1.3.1.1.ebuild

29 lines
701 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/chmsee/chmsee-1.3.1.1.ebuild,v 1.1 2011/08/17 04:29:59 dirtyepic Exp $
EAPI="3"
inherit cmake-utils
DESCRIPTION="Gecko-based HTML Help (chm) viewer"
HOMEPAGE="http://chmsee.googlecode.com"
SRC_URI="http://chmsee.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.24:2
dev-libs/libxml2
>=x11-libs/gtk+-2.20:2
dev-libs/chmlib
dev-libs/libgcrypt
>=net-libs/xulrunner-1.9.2"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.37"
DOCS="NEWS README AUTHORS ChangeLog"