multimode: moved to gentoo

This commit is contained in:
Zero_Chaos 2012-09-10 02:24:55 +00:00
parent 163bf97de1
commit 91f271a1c0
2 changed files with 0 additions and 41 deletions

View file

@ -1 +0,0 @@
EBUILD multimode-9999.ebuild 802 RMD160 5b283222a1336900bdb5fdcc3b5171d2997c93b5 SHA1 c2805ff5237105f7531bc7e40b395176727a734c SHA256 bf10a83eda48fdf95f58aa5de2ba34211f6786d2585b62dfe32b1dc054d8da0d

View file

@ -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
}