From: gdt Date: Tue, 30 Jan 2007 19:00:08 +0000 (+0000) Subject: Add a not-tested pkg_chk config file for installing all of GNU Radio's X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=461866f984d88789d1746d6f78855d4b769c7fdb;p=debian%2Fgnuradio Add a not-tested pkg_chk config file for installing all of GNU Radio's dependencies. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4339 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-pkg_chk.conf b/gnuradio-pkg_chk.conf new file mode 100644 index 00000000..5374c106 --- /dev/null +++ b/gnuradio-pkg_chk.conf @@ -0,0 +1,64 @@ +# Copyright 2007 Free Software Foundation + +# pkg_chk -a -k -v -C gnuradio-pkg_chk.conf +# pkg_chk -a -k -v -C gnuradio-pkg_chk.conf -D doc +# + +# This is a control file for pkg_chk, an automatic package manager for +# pkgsrc. After installing pkgsrc, install pkgtools/pkg_chk, use the +# commented-out lines above. The second addtionally includes packages +# needed for documentation. Note that gnuradio is in pkgsrc; this +# file is useful for those who want dependencies from pkgsrc but want +# to build GNU Radio itself from svn. + +# See http://www.netbsd.org/Documentation/software/packages.html for +# more information about pkgsrc. + +# To build against pkgsrc, run configure as +# LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure + +# This file may be incorrect; please feel free to correct or mail +# comments to gdt@ir.bbn.com or discuss-gnuradio@gnu.org. + +## Core + +devel/autoconf +devel/automake +# gmake isn't actually required, but it's helpful to have to separate +# real build failures from unportable makefiles. +devel/libtool-base +devel/gmake + +devel/pkg-config + +math/fftwf + +# python is forced by py-Numeric. pkgsrc now (200701) defaults to 2.4, +# which is fine. +math/py-Numeric +math/py-numarray + +# At least the smart pointer library is needed, but include all. +meta-pkgs/boost + +devel/cppunit + +devel/swig + +## documentation + +devel/doxygen doc +textproc/xmlto doc + +## USRP + +devel/sdcc +devel/libusb + +## GUI + +x11/py-wxWidgets + +## gr-radio-astronomy + +math/py-ephem