summaryrefslogtreecommitdiff
path: root/net-wireless/osmobts/osmobts-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /net-wireless/osmobts/osmobts-9999.ebuild
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'net-wireless/osmobts/osmobts-9999.ebuild')
-rw-r--r--net-wireless/osmobts/osmobts-9999.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-wireless/osmobts/osmobts-9999.ebuild b/net-wireless/osmobts/osmobts-9999.ebuild
deleted file mode 100644
index c88880d41de7..000000000000
--- a/net-wireless/osmobts/osmobts-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools git-r3
-
-DESCRIPTION="Osmocom BTS-Side code (Abis, scheduling)"
-HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/OsmoBTS"
-EGIT_REPO_URI="git://git.osmocom.org/osmo-bts.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="net-libs/libosmocore net-libs/libosmo-abis"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- mkdir -p "${S}"/include/openbsc || die
- wget -O "${S}"/include/openbsc/gsm_data_shared.h http://cgit.osmocom.org/openbsc/plain/openbsc/include/openbsc/gsm_data_shared.h || die
- wget -O "${S}"/src/common/gsm_data_shared.c http://cgit.osmocom.org/openbsc/plain/openbsc/src/libcommon/gsm_data_shared.c || die
-
-}
-
-src_configure() {
- econf --enable-trx --with-openbsc="${S}"/include/openbsc
-}