mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
multimode: moved to gentoo
This commit is contained in:
parent
163bf97de1
commit
91f271a1c0
2 changed files with 0 additions and 41 deletions
|
|
@ -1 +0,0 @@
|
|||
EBUILD multimode-9999.ebuild 802 RMD160 5b283222a1336900bdb5fdcc3b5171d2997c93b5 SHA1 c2805ff5237105f7531bc7e40b395176727a734c SHA256 bf10a83eda48fdf95f58aa5de2ba34211f6786d2585b62dfe32b1dc054d8da0d
|
||||
|
|
@ -1,40 +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 python
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
=net-wireless/gr-osmosdr-9999
|
||||
=net-wireless/gnuradio-9999
|
||||
=net-wireless/rtl-sdr-9999"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}"/trunk
|
||||
python_convert_shebangs 2 multimode.py
|
||||
newbin multimode.py multimode
|
||||
insinto /usr/bin
|
||||
doins multimode_helper.py
|
||||
dosym /usr/bin/multimode /usr/bin/multimode.py
|
||||
insinto /usr/share/${PN}
|
||||
doins multimode.grc
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue