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/jumanji/jumanji-0.0.0_p20130103-r1....

42 lines
1.0 KiB

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/jumanji/jumanji-0.0.0_p20130103-r1.ebuild,v 1.2 2014/04/04 20:49:27 ssuominen Exp $
EAPI=5
inherit eutils savedconfig toolchain-funcs vcs-snapshot
DESCRIPTION="highly customizable and functional web browser with minimalistic and space saving interface"
HOMEPAGE="http://pwmt.org/projects/jumanji"
SRC_URI="https://git.pwmt.org/?p=jumanji.git;a=snapshot;h=963b309e9f91c6214f36c729514d5a08e7293310;sf=tgz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="develop"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-db/sqlite:3
dev-libs/glib:2
dev-libs/girara:3
net-libs/webkit-gtk:3
x11-libs/gtk+:3
!${CATEGORY}/${PN}:0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
restore_config config.h
}
src_compile() {
emake CC="$(tc-getCC)" SFLAGS="" VERBOSE=1 || \
die "emake failed$(usex savedconfig ",please check the configfile" "")"
}
src_install() {
default
make_desktop_entry ${PN}
save_config config.h
}