summaryrefslogtreecommitdiff
path: root/packages/gobby/net6_1.2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gobby/net6_1.2.2.bb')
-rw-r--r--packages/gobby/net6_1.2.2.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/gobby/net6_1.2.2.bb b/packages/gobby/net6_1.2.2.bb
deleted file mode 100644
index 5399cd57c6..0000000000
--- a/packages/gobby/net6_1.2.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-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}/
-}