net-libs/webkit-gtk: amd64 stable wrt bug #712260
[gentoo.git] / net-libs / libosmo-netif / libosmo-netif-9999.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit autotools eutils git-r3
7
8 DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
9 HOMEPAGE="http://bb.osmocom.org/trac/wiki/"
10 EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
11 KEYWORDS=""
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 IUSE=""
16
17 RDEPEND="net-libs/libosmocore net-libs/libosmo-abis"
18 DEPEND="${RDEPEND}"
19
20 src_prepare() {
21         eautoreconf
22 }