view net-libs/bctoolbox/bctoolbox-0.5.1.ebuild @ 500:7c5db6a31cf2

new ebuild for vscodium
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 10 Mar 2020 15:25:52 +0100 (2020-03-10)
parents 7e560a7c788b
children
line wrap: on
line source
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils autotools

DESCRIPTION="Utilities library used by Belledonne Communications softwares"
HOMEPAGE="https://savannah.nongnu.org/projects/linphone/"
SRC_URI="http://www.linphone.org/releases/sources/${PN}/${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""

DEPEND="dev-util/bcunit
	net-libs/mbedtls"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	eautoreconf
}