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