Overlay/app-office/laview-object-example/laview-object-example-9999....

34 lines
793 B
Bash
Raw Normal View History

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit cmake-utils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.Object-Example.git"}
inherit git-r3
KEYWORDS=""
else
#SRC_URI="ftp://ftp.backbone.ws/projects/LAview.Object-Example/${P}.tar.bz2"
SRC_URI="https://git.backbone.ws/kolan/LAview.Object-Example/archive/v${PVR}.tar.gz -> laview-object-example-${PVR}.tar.gz"
KEYWORDS="-* ~x86 ~amd64"
fi
DESCRIPTION="LAview Object protocol plugin sample."
2018-04-28 19:48:37 +03:00
HOMEPAGE="https://git.backbone.ws/kolan/LAview.Object-Example"
SLOT="0"
LICENSE="LGPL-3"
IUSE=""
DEPEND="app-office/laview-core
x11-libs/gtk+:3
app-office/laview-data-example"
RDEPEND="${DEPEND}"