libtrevent-1.0.0.ebuild
464 Bytes
# Copyright 1999-2016 Georg Hopp
# Distributed under the terms of the GNU General Public License v3
EAPI=6
inherit eutils
DESCRIPTION="Event subsystem for the taskrambler framework."
HOMEPAGE="https://gitlab.weird-web-workers.org/taskrambler/libtrevent"
SRC_URI="http://ci-build.weird-web-workers.org/trevent/artifacts/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="1.0"
KEYWORDS="amd64 ~x86"
DEPEND="dev-libs/libtrbase:1.0
dev-libs/libtrdata:1.0"
RDEPEND="${DEPEND}"