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-9999.ebuild

41 lines
917 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/jumanji/jumanji-9999.ebuild,v 1.6 2012/08/19 14:07:25 blueness Exp $
EAPI=2
inherit flag-o-matic git-2 toolchain-funcs
DESCRIPTION="webkit based browser"
HOMEPAGE="http://pwmt.org/projects/jumanji"
SRC_URI=""
EGIT_REPO_URI="git://pwmt.org/jumanji.git"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~ppc"
IUSE=""
RDEPEND=">=dev-libs/glib-2.22.4:2
>=dev-libs/libunique-1.1.6:1
>=net-libs/libsoup-2.30.2:2.4
>=net-libs/webkit-gtk-1.2.1:2
>=x11-libs/gtk+-2.18.6:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
# respect CFLAGS
sed -i -e '/${CC}/s:${CFLAGS}:\0 ${INCS}:' Makefile || die
}
src_compile() {
tc-export CC
append-cflags -std=c99
emake CFLAGS="${CFLAGS}" DFLAGS="" SFLAGS="" all || die
}
src_install() {
emake DESTDIR="${D}" install || die
}