mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gnuradio to 3.7.7-2
This commit is contained in:
parent
8dddf61786
commit
3bef5e0cab
1 changed files with 3 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=gnuradio
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.7.6.1
|
||||
pkgver=3.7.7
|
||||
pkgrel=2
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -34,7 +34,7 @@ install=gnuradio.install
|
|||
# secret release directory
|
||||
source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
|
||||
"21-fcd.rules")
|
||||
md5sums=('c4b8af0dd2396df032544d0c4c2a36b4'
|
||||
md5sums=('a798a089a3c899bb68e78c878a403510'
|
||||
'465e12c454c6a22ebec9849181af7bdc')
|
||||
|
||||
build() {
|
||||
|
@ -92,7 +92,7 @@ package_gnuradio-companion() {
|
|||
pkgdesc="GUI frontend for gnuradio and SDR."
|
||||
depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
|
||||
'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d')
|
||||
optdepends=()
|
||||
optdepends=('python2-numarray: filter design tool')
|
||||
conflicts=()
|
||||
install="gnuradio-companion.install"
|
||||
# Yup, nothing in the package except dependencies,
|
||||
|
@ -109,4 +109,3 @@ package_gnuradio-companion() {
|
|||
# -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=hard"
|
||||
# line 341 add /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue