asio.inc 464 B

123456789101112131415
  1. DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \
  2. I/O programming that provides developers with a consistent asynchronous \
  3. model using a modern C++ approach."
  4. AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)"
  5. HOMEPAGE = "http://think-async.com/Asio"
  6. SECTION = "libs"
  7. LICENSE = "BSL-1.0"
  8. DEPENDS = "boost"
  9. SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
  10. inherit autotools
  11. ALLOW_EMPTY_${PN} = "1"