ischluff-overlay/www-client/servo/servo-9999.ebuild
2016-05-08 14:09:54 +02:00

32 lines
544 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit git-3
DESCRIPTION="The Servo Browser Engine"
HOMEPAGE="http://servo.org/"
SRC_URI=""
EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
LICENSE="MPL-2.0"
KEYWORDS="amd64"
SLOT="0"
IUSE=""
DEPEND="net-misc/curl
media-libs/freeglut
media-libs/freetype
media-libs/mesa
dev-util/gperf
dev-python/virtualenv
dev-python/pip
dev-libs/openssl
x11-libs/libXmu
media-libs/glu
x11-base/xorg-server"
RDEPEND="${DEPEND}"