guru/dev-libs/octetos-core/octetos-core-2.3.1_rc1.ebuild
Andrew Ammerlaan 6cb170d1e8
dev-libs/octetos-core: fix tarball names
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-08-12 09:47:27 +02:00

36 lines
653 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
MYPV="${PV/_rc1/-beta.1/}"
DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
HOMEPAGE="https://github.com/azaeldevel/octetos-core"
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="
>=sys-devel/gcc-8.1
>=sys-devel/bison-3.1
dev-libs/libconfig
dev-perl/XML-Parser
dev-util/intltool
"
S="${WORKDIR}/${PN}-${MYPV}"
src_prepare() {
default
eautoreconf -fi
}