Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 9 | DEPENDS = "boost openssl" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 10 | |
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2" |
| 12 | |
| 13 | inherit autotools |
| 14 | |
| 15 | ALLOW_EMPTY_${PN} = "1" |