diff options
Diffstat (limited to 'packages/gobby/net6_1.2.2.bb')
-rw-r--r-- | packages/gobby/net6_1.2.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gobby/net6_1.2.2.bb b/packages/gobby/net6_1.2.2.bb new file mode 100644 index 0000000000..c6197ace0a --- /dev/null +++ b/packages/gobby/net6_1.2.2.bb @@ -0,0 +1,10 @@ +LICENSE = "LGPL" +HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "libsigc++-2.0" +inherit autotools pkgconfig + +SRC_URI = "http://releases.0x539.de/${PN}/${P}.tar.gz" + + |