1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
DESCRIPTION = "Asio" HOMEPAGE = "http://asio.sf.net/" SECTION = "libs" PRIORITY = "optional" LICENSE = "Boost Software License" PR = "r1" DEPENDS = "boost" SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2" inherit autotools pkgconfig do_stage() { autotools_stage_all }