diff options
author | Josh Blum | 2011-11-16 17:27:43 -0800 |
---|---|---|
committer | Josh Blum | 2011-11-30 21:37:53 -0500 |
commit | 507c3a2eba8153ab285f0ec8c35598588382d1db (patch) | |
tree | 81c3d626a2b8aec9201316ab13b10fb7dfd25007 /cmake/Packaging/Ubuntu-10.04.cmake | |
parent | edbfdf08d8e4bfa3ea725dc69089123537403ed6 (diff) | |
download | gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.tar.gz gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.tar.bz2 gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.zip |
cmake: added support for monolithic packaging rpms + debs
Diffstat (limited to 'cmake/Packaging/Ubuntu-10.04.cmake')
-rw-r--r-- | cmake/Packaging/Ubuntu-10.04.cmake | 10 |
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") |