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/www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild

43 lines
864 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit toolchain-funcs savedconfig
if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.code.sf.net/p/vimprobable/code"
EGIT_PROJECT="vimprobable"
else
SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${PN}
fi
DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
HOMEPAGE="http://www.vimprobable.org/"
LICENSE="MIT"
SLOT="0"
RDEPEND="net-libs/libsoup:2.4
net-libs/webkit-gtk:2
x11-libs/gtk+:2
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-lang/perl
virtual/pkgconfig"
src_prepare() {
tc-export CC
restore_config config.h keymap.h
}
src_install() {
dobin ${PN}
doman ${PN}.1 vimprobablerc.5
save_config config.h keymap.h
}