diff options
author | Patrick Steiner <law@a1.net> | 2006-08-28 20:56:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-28 20:56:11 +0000 |
commit | c50a5743b3273d97db8957915d084de01fef7c59 (patch) | |
tree | 82cdb042505d35680fe347048e5fd739f7ec4ca2 /packages/gobby/net6_1.3.1.bb | |
parent | 9181dc0009b00b49de7c8c236427e728776ea1cb (diff) |
gobby: add gobby + supportlibs
Diffstat (limited to 'packages/gobby/net6_1.3.1.bb')
-rw-r--r-- | packages/gobby/net6_1.3.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gobby/net6_1.3.1.bb b/packages/gobby/net6_1.3.1.bb new file mode 100644 index 0000000000..3bcf8811d9 --- /dev/null +++ b/packages/gobby/net6_1.3.1.bb @@ -0,0 +1,15 @@ +LICENSE = "LGPL" +HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "libsigc++-2.0 gnutls" +inherit autotools pkgconfig + +SRC_URI = "http://releases.0x539.de/${PN}/${P}.tar.gz" + +do_stage() { + install -d ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/net6 + install -m 644 inc/*.hpp ${STAGING_INCDIR}/net6 + install -m 755 .libs/*so* ${STAGING_LIBDIR}/ +} |