This repository has been archived by the owner on Jan 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \ | ||
I/O programming that provides developers with a consistent asynchronous \ | ||
model using a modern C++ approach." | ||
HOMEPAGE = "http://think-async.com/Asio" | ||
LICENSE = "BSL-1.0" | ||
|
||
inherit autotools c++ | ||
|
||
DEPENDS += "boost-dev libpthread openssl" | ||
|
||
require conf/fetch/sourceforge.conf | ||
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
require asio.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b69a6c3dcd20d2c14ee3a5e0bdd85821e6658ae9 asio-1.10.6.tar.bz2 |