diff options
Diffstat (limited to 'recipes/ibrdtn/ibrdtn.inc')
-rw-r--r-- | recipes/ibrdtn/ibrdtn.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/ibrdtn/ibrdtn.inc b/recipes/ibrdtn/ibrdtn.inc new file mode 100644 index 0000000000..30ebbaa77a --- /dev/null +++ b/recipes/ibrdtn/ibrdtn.inc @@ -0,0 +1,9 @@ +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" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +inherit autotools |