mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gnuradio to 3.7.10.1-2
This commit is contained in:
parent
8643b37672
commit
13814e3b83
1 changed files with 5 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
pkgbase=gnuradio
|
pkgbase=gnuradio
|
||||||
pkgname=(gnuradio gnuradio-companion)
|
pkgname=(gnuradio gnuradio-companion)
|
||||||
pkgver=3.7.10.1
|
pkgver=3.7.10.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://gnuradio.org"
|
url="http://gnuradio.org"
|
||||||
|
@ -33,8 +33,11 @@ makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
|
||||||
# secret release directory
|
# secret release directory
|
||||||
#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
|
#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
|
||||||
source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
|
source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
|
||||||
|
"http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc"
|
||||||
"21-fcd.rules")
|
"21-fcd.rules")
|
||||||
md5sums=('c7bd3743b1c8f1c1d97c3d8085efbf74'
|
validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
|
||||||
|
md5sums=('885d637669c2dfc2b005c24e16327c96'
|
||||||
|
'SKIP'
|
||||||
'465e12c454c6a22ebec9849181af7bdc')
|
'465e12c454c6a22ebec9849181af7bdc')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue