diff options
Diffstat (limited to 'community/gnuradio/PKGBUILD')
-rw-r--r-- | community/gnuradio/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/gnuradio/PKGBUILD b/community/gnuradio/PKGBUILD index 0882d17d7..84e7a847f 100644 --- a/community/gnuradio/PKGBUILD +++ b/community/gnuradio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 110200 2014-04-26 20:06:48Z kkeen $ +# $Id: PKGBUILD 110873 2014-05-08 23:28:53Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Dominik Heidler <dheidler@gmail.com> # Contributor: Jonatan Sastre <jsastreh [ at ] hotmail.com> pkgname=gnuradio pkgver=3.7.3 -pkgrel=3 +pkgrel=4 pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd." arch=('i686' 'x86_64') url="http://gnuradio.org" @@ -15,6 +15,9 @@ optdepends=('python2-cheetah: gnuradio-companion' 'python2-lxml: gnuradio-companion' 'pygtk: gnuradio-companion' 'wxpython: gr-wxgui' + 'boost: gr_modtool' + 'swig: gr_modtool' + 'cmake: gr_modtool' 'pkgconfig: libuhd') conflicts=('gnuradio-git') install=gnuradio.install |