Mercurial > hg > portage
comparison net-libs/bctoolbox/bctoolbox-0.5.1.ebuild @ 445:7e560a7c788b
add the necessary ebuilds to make blink work
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 21 Jul 2017 11:00:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
444:20f79c3e04b5 | 445:7e560a7c788b |
---|---|
1 # Copyright 1999-2017 Gentoo Foundation | |
2 # Distributed under the terms of the GNU General Public License v2 | |
3 | |
4 EAPI=6 | |
5 | |
6 inherit eutils autotools | |
7 | |
8 DESCRIPTION="Utilities library used by Belledonne Communications softwares" | |
9 HOMEPAGE="https://savannah.nongnu.org/projects/linphone/" | |
10 SRC_URI="http://www.linphone.org/releases/sources/${PN}/${P}.tar.gz" | |
11 | |
12 KEYWORDS="~amd64 ~x86" | |
13 SLOT="0" | |
14 LICENSE="GPL-2" | |
15 IUSE="" | |
16 | |
17 DEPEND="dev-util/bcunit | |
18 net-libs/mbedtls" | |
19 RDEPEND="${DEPEND}" | |
20 | |
21 src_prepare() { | |
22 default | |
23 eautoreconf | |
24 } |