mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 17:14:35 +00:00
14 lines
220 B
PHP
14 lines
220 B
PHP
DESCRIPTION = "Asio"
|
|
HOMEPAGE = "http://asio.sf.net/"
|
|
SECTION = "libs"
|
|
LICENSE = "Boost Software License"
|
|
|
|
INC_PR = "r0"
|
|
|
|
DEPENDS = "boost"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
|
|
|
|
inherit autotools
|
|
|