summaryrefslogtreecommitdiff
path: root/packages/gobby/net6_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gobby/net6_1.3.1.bb')
-rw-r--r--packages/gobby/net6_1.3.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/gobby/net6_1.3.1.bb b/packages/gobby/net6_1.3.1.bb
deleted file mode 100644
index bafc185322..0000000000
--- a/packages/gobby/net6_1.3.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-LICENSE = "LGPL"
-HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"
-
-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}/
-}