mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 07:11:08 +02:00
gr-baz: moved to gentoo
This commit is contained in:
parent
91f271a1c0
commit
21b5a282fb
2 changed files with 0 additions and 43 deletions
|
|
@ -1 +0,0 @@
|
|||
EBUILD gr-baz-9999.ebuild 738 SHA256 4bdb6a36c60f9eb546214318673d009623ca66e53b5e678dc79cde5898a59ec2 SHA512 be725cd6d45c22a29ee8bbd04be0dbaca2e869fd023570b3c8e6a54f56328763190614ce0b4bc411c8effdb3278f559dacf32063c950e54f9b172d43f10f60dc WHIRLPOOL a998a09884b05035937780a78dd169a378a8eecf9ba9c7d784be20304322dc9475b23f4fb1cc2a6591bd110b0e5bf2e355c764ffc9c8d1a8e80c54e3798fe1e5
|
||||
|
|
@ -1,42 +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 autotools subversion python
|
||||
inherit autotools git-2 python
|
||||
|
||||
DESCRIPTION="Gnuradio baz"
|
||||
HOMEPAGE="http://wiki.spench.net/wiki/Gr-baz"
|
||||
#ESVN_REPO_URI="http://svn.spench.net/main/gr-baz/"
|
||||
EGIT_REPO_URI="https://github.com/balint256/gr-baz.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="-*"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-wireless/gnuradio"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --enable-dependency-tracking
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
insinto /usr/share/${PN}
|
||||
doins samples/*.grc
|
||||
}
|
||||
Loading…
Reference in a new issue