aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ibrdtn/ibrdtn.inc
blob: 2b2ea2ef69fd68867c11823cc2b0434464eb0711 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Implementation of the bundle protocol RFC5050"
HOMEPAGE = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/"
SECTION = "devel"
DEPENDS = "libpthread-stubs sqlite3 lua5.1 libnl cppunit"
PR = "r0"

inherit autotools

EXTRA_OECONF = " --with-lowpan "

SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases/${PN}-${PV}.tar.gz"