# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # inherit git DESCRIPTION="Webbrowser based on Gecko engine, inspired by Emacs" HOMEPAGE="http://conkeror.org" SRC_URI="http://repo.or.cz/w/conkeror.git?a=snapshot;h=master;sf=tgz -> ${PF}.tar.gz" # EGIT_REPO_URI="git://repo.or.cz/conkeror.git" EAPI="2" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=">=net-libs/xulrunner-1.9" S=${WORKDIR}/${PN} src_compile() { emake CFLAGS="${CFLAGS}" || die } src_install() { insinto /usr/lib/${PN} doins -r branding chrome components content defaults locale modules \ search-engines application.ini Info.plist || die exeinto /usr/lib/${PN} doexe conkeror-spawn-helper || die exeinto /usr/lib/${PN}/contrib doexe contrib/run-conkeror || die dosym /usr/lib/${PN}/contrib/run-conkeror /usr/bin/conkeror || die dodoc CREDITS || die }