summaryrefslogtreecommitdiff
path: root/packages/gobby/obby_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gobby/obby_0.4.1.bb')
-rw-r--r--packages/gobby/obby_0.4.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/gobby/obby_0.4.1.bb b/packages/gobby/obby_0.4.1.bb
deleted file mode 100644
index f72ca51ab3..0000000000
--- a/packages/gobby/obby_0.4.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-LICENSE = "LGPL"
-HOMEPAGE = "http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/"
-
-DEPENDS = "net6 gtkmm gmp"
-inherit autotools pkgconfig
-
-SRC_URI = "http://releases.0x539.de/obby/obby-${PV}.tar.gz"
-
-EXTRA_OECONF += " --with-libgmp-prefix=${STAGING_LIBDIR}"
-
-do_stage() {
- install -d ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/obby
- install -d ${STAGING_INCDIR}/obby/serialise
- install -m 644 inc/*.hpp ${STAGING_INCDIR}/obby
- install -m 644 inc/serialise/*.hpp ${STAGING_INCDIR}/obby/serialise
- install -m 755 src/.libs/*so* ${STAGING_LIBDIR}/
-}