Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
asio: new recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhu committed Jun 2, 2016
1 parent 11ee3ed commit d21fe5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipes/asio/asio.inc
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"
1 change: 1 addition & 0 deletions recipes/asio/asio_1.10.6.oe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require asio.inc
1 change: 1 addition & 0 deletions recipes/asio/asio_1.10.6.oe.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b69a6c3dcd20d2c14ee3a5e0bdd85821e6658ae9 asio-1.10.6.tar.bz2

0 comments on commit d21fe5c

Please sign in to comment.