summaryrefslogtreecommitdiff
path: root/cmake/Packaging/Ubuntu-10.04.cmake
diff options
context:
space:
mode:
authorTom Rondeau2011-12-04 11:19:19 -0500
committerTom Rondeau2011-12-04 11:19:19 -0500
commit5c1576570e156633c9531932baa79fda9ff9a573 (patch)
tree92984dba6b7af9f36a1f3a27b662cf88b0d4b6cf /cmake/Packaging/Ubuntu-10.04.cmake
parent0e7c799e4ef7a392a8ffe47170666908bfcb183f (diff)
parenta6b5389139341784edf30d512aa42360d3a8cf02 (diff)
downloadgnuradio-5c1576570e156633c9531932baa79fda9ff9a573.tar.gz
gnuradio-5c1576570e156633c9531932baa79fda9ff9a573.tar.bz2
gnuradio-5c1576570e156633c9531932baa79fda9ff9a573.zip
Merge branch 'master' of gnuradio.org:gnuradio
Conflicts: docs/doxygen/Doxyfile.in
Diffstat (limited to 'cmake/Packaging/Ubuntu-10.04.cmake')
-rw-r--r--cmake/Packaging/Ubuntu-10.04.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/Packaging/Ubuntu-10.04.cmake b/cmake/Packaging/Ubuntu-10.04.cmake
new file mode 100644
index 000000000..a7a60f6b8
--- /dev/null
+++ b/cmake/Packaging/Ubuntu-10.04.cmake
@@ -0,0 +1,10 @@
+SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "libboost-all-dev" "libc6")
+SET(PACKAGE_DEPENDS_GRUEL_PYTHON "python")
+SET(PACKAGE_DEPENDS_CORE_RUNTIME "libfftw3-3" "libgsl0ldbl")
+SET(PACKAGE_DEPENDS_QTGUI_RUNTIME "libqtcore4" "libqwt5-qt4")
+SET(PACKAGE_DEPENDS_QTGUI_PYTHON "python-qt4" "python-qwt5-qt4")
+SET(PACKAGE_DEPENDS_GRC "python" "python-numpy" "python-gtk2" "python-lxml" "python-cheetah")
+SET(PACKAGE_DEPENDS_WXGUI "python-wxgtk2.8" "python" "python-numpy")
+SET(PACKAGE_DEPENDS_VIDEO_SDL_RUNTIME "libsdl1.2debian")
+SET(PACKAGE_DEPENDS_UHD_RUNTIME "uhd")
+SET(PACKAGE_DEPENDS_AUDIO_RUNTIME "libpulse0" "alsa-base" "libjack0")