srsLTE/debian/control

36 lines
967 B
Plaintext
Raw Normal View History

Source: srslte
2018-07-10 03:04:01 -07:00
Section: universe/misc
Priority: optional
Maintainer: Andre Puschmann <andre@softwareradiosystems.com>
2018-07-10 03:04:01 -07:00
Build-Depends:
debhelper (>= 9),
dh-exec,
cmake,
build-essential,
libfftw3-dev,
libmbedtls-dev,
libboost-program-options-dev,
libconfig++-dev,
libsctp-dev,
libuhd-dev,
uhd-host
Standards-Version: 4.1.1
2018-07-10 03:04:01 -07:00
Homepage: http://www.softwareradiosystems.com
Vcs-Git: https://github.com/srsLTE/srsLTE.git
Vcs-Browser: https://github.com/srsLTE/srsLTE/
Package: srslte
Architecture: any
2018-07-10 03:04:01 -07:00
Depends:
2018-07-16 09:14:42 -07:00
libfftw3-3,
libboost-program-options1.55.0 | libboost-program-options1.62.0,
libmbedcrypto0 | libmbedcrypto1,
libconfig++9v5,
libsctp1,
uhd-host,
libuhd003 | libuhd003.010.003,
2018-07-10 03:04:01 -07:00
${misc:Depends}
Description: This is srsLTE, a free and open-source LTE software suite.
This software allows you to run a full end-to-end, open-source LTE system.
It contains a UE, eNB and EPC implementation.