mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/gnuradio to 3.7.8-1
This commit is contained in:
parent
77950ffd4d
commit
eb605ab5ad
2 changed files with 7 additions and 5 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
pkgbase=gnuradio
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.7.7.1
|
||||
pkgrel=2
|
||||
pkgver=3.7.8
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gnuradio.org"
|
||||
license=('GPL')
|
||||
depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
|
||||
depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
|
||||
makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
|
||||
'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
|
||||
install=gnuradio.install
|
||||
|
@ -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=('ca8e47abcb01edc72014ccabe38123a3'
|
||||
md5sums=('afc83b06136537071397007c3243c02a'
|
||||
'465e12c454c6a22ebec9849181af7bdc')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -38,7 +38,9 @@ post_upgrade() {
|
|||
rmdir --ignore-fail-on-non-empty "$_thisdir" &> /dev/null
|
||||
done <<< "$(pacman -Qql $_pkg | grep '\.py$')"
|
||||
|
||||
update-desktop-database -q
|
||||
if [[ -e /usr/bin/update-desktop-database ]]; then
|
||||
update-desktop-database -q
|
||||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue