diff options
Diffstat (limited to 'recipes/gobby/net6_1.2.2.bb')
-rw-r--r-- | recipes/gobby/net6_1.2.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gobby/net6_1.2.2.bb b/recipes/gobby/net6_1.2.2.bb new file mode 100644 index 0000000000..5399cd57c6 --- /dev/null +++ b/recipes/gobby/net6_1.2.2.bb @@ -0,0 +1,15 @@ +LICENSE = "LGPL" +HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/" + +DEPENDS = "libsigc++-2.0" +inherit autotools pkgconfig + +SRC_URI = "http://releases.0x539.de/${PN}/${P}.tar.gz" + +do_stage() { + autotools_stage_all + install -d ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/net6 + install -m 644 inc/*.hpp ${STAGING_INCDIR}/net6 + install -m 755 .libs/*so* ${STAGING_LIBDIR}/ +} |