ncurses: add xterm terminfo file back
[openembedded.git] / recipes / asio / asio.inc
1 DESCRIPTION = "Asio"
2 HOMEPAGE = "http://asio.sf.net/"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 LICENSE = "Boost Software License"
6
7 INC_PR = "r1"
8
9 DEPENDS = "boost"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
12
13 inherit autotools
14