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