mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
community/gnuradio to 3.7.9.1-1
This commit is contained in:
parent
c7b30f69f1
commit
1c117e7f3c
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=gnuradio
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.7.9
|
||||
pkgver=3.7.9.1
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -34,7 +34,7 @@ install=gnuradio.install
|
|||
#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
|
||||
source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
|
||||
"21-fcd.rules")
|
||||
md5sums=('bf1a2abd0abc492c7f67cba1080ceb8c'
|
||||
md5sums=('653155499bcefb1478b1963f11841434'
|
||||
'465e12c454c6a22ebec9849181af7bdc')
|
||||
|
||||
prepare() {
|
||||
|
@ -92,8 +92,8 @@ package_gnuradio() {
|
|||
package_gnuradio-companion() {
|
||||
pkgdesc="GUI frontend for gnuradio and SDR."
|
||||
depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
|
||||
'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d')
|
||||
optdepends=('python2-numarray: filter design tool')
|
||||
'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d'
|
||||
'python2-numarray')
|
||||
install="gnuradio-companion.install"
|
||||
# Yup, nothing in the package except dependencies,
|
||||
# because more than five optdeps is too many for most people.
|
||||
|
|
Loading…
Reference in a new issue