20 lines
750 B
Bash
20 lines
750 B
Bash
# Template file for 'gnuradio'
|
|
pkgname=gnuradio
|
|
version=3.7.12git
|
|
revision=1
|
|
build_style=cmake
|
|
nocross="relies on volk, which is not complete for arm"
|
|
configure_args="-DENABLE_INTERNAL_VOLK=OFF"
|
|
hostmakedepends="pkg-config python python-cheetah"
|
|
makedepends="boost-devel python-devel pygtk-devel swig volk-devel"
|
|
short_desc="Framework for software defined radio"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://www.gnuradio.org"
|
|
distfiles="https://github.com/gnuradio/gnuradio/archive/${version}.tar.gz"
|
|
checksum=7ff93c4ad4fd9ed4fbfa31f331846961cde48947b309623466290944339e329b
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/7596/steps/shell_3/logs/stdio"
|
|
fi
|