diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
commit | 20a107748317091d1ac003f1cbb045928d07e684 (patch) | |
tree | bb7c9d0d400d06cf3abc0ba06830d587655c9c85 /net-wireless/op25/op25-9999.ebuild | |
parent | 377b452f12024d39dd04b33d4376bf311607f806 (diff) |
No audit programs here. deleting this sequence of ebuilds. will replace with compat and broadcom in a few moments
Diffstat (limited to 'net-wireless/op25/op25-9999.ebuild')
-rw-r--r-- | net-wireless/op25/op25-9999.ebuild | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/net-wireless/op25/op25-9999.ebuild b/net-wireless/op25/op25-9999.ebuild deleted file mode 100644 index 716f0d91..00000000 --- a/net-wireless/op25/op25-9999.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -PYTHON_DEPEND="2" - -inherit subversion autotools python - -DESCRIPTION="software-defined analyzer for APCO P25 signals" -HOMEPAGE="http://op25.osmocom.org/wiki" -ESVN_REPO_URI="http://op25.osmocom.org/svn/trunk" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="-*" -IUSE="" - -DEPEND="net-wireless/gnuradio - sci-libs/itpp - dev-libs/boost - net-libs/libpcap" -RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - cd "${S}"/blocks - #eautoreconf - ./bootstrap - - cd "${S}"/imbe_vocoder - #eautoreconf - ./bootstrap - - cd "${S}"/repeater - #eautoreconf - ./bootstrap -} - -src_configure() { - cd "${S}"/blocks - econf - - cd "${S}"/imbe_vocoder - econf - - cd "${S}"/repeater - econf -} -src_compile() { - cd "${S}"/blocks - sed -i 's#-I$(GNURADIO_CORE_INCLUDEDIR)/swig#-I$(GNURADIO_CORE_INCLUDEDIR)/swig -I$(includedir)/gruel/swig#' Makefile.common - emake - - cd "${S}"/imbe_vocoder - emake - - cd "${S}"/repeater - sed -i 's#-I$(GNURADIO_CORE_INCLUDEDIR)/swig#-I$(GNURADIO_CORE_INCLUDEDIR)/swig -I$(includedir)/gruel/swig#' Makefile.common - emake -} -src_install() { - cd "${S}"/blocks - emake DESTDIR="${ED}" install - - cd "${S}"/imbe_vocoder - emake DESTDIR="${ED}" install - - cd "${S}"/repeater - emake DESTDIR="${ED}" install -} |