# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup ptrkrysik gr-gsm 592ec9b7859f544b297e9352323b45ceb450a68a
checksums rmd160 76289afc52c484bdb1a4a60a18b6cb85f2a4ba3d \
sha256 d628af9a27130a89458efd9f91056457e97f01a66ee5809455f0c95607033d41 \
# overload the github livecheck branch.
# when master is more advanced, comment this out.
github.livecheck.branch development
# allow gr-gsm to work with both gnuradio and gnuradio-devel ...
depends_lib-append path:lib/libgnuradio-runtime.dylib:gnuradio
# ... but not with gnuradio-next
if {![catch {set installed [lindex [registry_active gnuradio-next] 0]}]} {
# gnuradio-next is installed; this version of gr-gsm does not work with gnuradio-next
ui_msg "\nError: ${name} requires the gnuradio or gnuradio-devel port, and will not work with the gnuradio-next port. deactivate gnuradio-next, and then install or activate gnuradio or gnuradio-devel.\n"
return -code error "Invalid port dependency: gnuradio-next"
maintainers {michaelld @michaelld} openmaintainer
description Provides augmented functionality for GNU Radio: a set of tools for receiving information transmitted by GSM equipment/devices.
long_description ${description}
path:lib/libvolk.dylib:volk \
path:lib/libosmocore.dylib:osmocore
# still require cppunit for testing; NOTE: cppunit is checked for
# during configure, so we need it to be in depends_lib or
# depends_build to be used correctly. Choose the latter since it's
# not required for runtime; just for build/test.