summaryrefslogtreecommitdiff
path: root/cmake/Packaging/Fedora-15.cmake
diff options
context:
space:
mode:
authorJosh Blum2011-11-16 17:27:43 -0800
committerJosh Blum2011-11-30 21:37:53 -0500
commit507c3a2eba8153ab285f0ec8c35598588382d1db (patch)
tree81c3d626a2b8aec9201316ab13b10fb7dfd25007 /cmake/Packaging/Fedora-15.cmake
parentedbfdf08d8e4bfa3ea725dc69089123537403ed6 (diff)
downloadgnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.tar.gz
gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.tar.bz2
gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.zip
cmake: added support for monolithic packaging rpms + debs
Diffstat (limited to 'cmake/Packaging/Fedora-15.cmake')
-rw-r--r--cmake/Packaging/Fedora-15.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/Packaging/Fedora-15.cmake b/cmake/Packaging/Fedora-15.cmake
new file mode 100644
index 000000000..1ec017a7a
--- /dev/null
+++ b/cmake/Packaging/Fedora-15.cmake
@@ -0,0 +1,10 @@
+SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "boost-python" "glibc")
+SET(PACKAGE_DEPENDS_GRUEL_PYTHON "python")
+SET(PACKAGE_DEPENDS_CORE_RUNTIME "fftw-libs" "gsl")
+SET(PACKAGE_DEPENDS_QTGUI_RUNTIME "qt" "qwt4")
+SET(PACKAGE_DEPENDS_QTGUI_PYTHON "PyQt4" "PyQwt")
+SET(PACKAGE_DEPENDS_GRC "python" "numpy" "gtk2" "python-lxml" "python-cheetah")
+SET(PACKAGE_DEPENDS_WXGUI "python-wxgtk2.8" "python" "numpy")
+SET(PACKAGE_DEPENDS_VIDEO_SDL_RUNTIME "SDL")
+SET(PACKAGE_DEPENDS_UHD_RUNTIME "uhd")
+SET(PACKAGE_DEPENDS_AUDIO_RUNTIME "pulseaudio" "alsa-lib" "jack-audio-connection-kit")