summaryrefslogtreecommitdiff
path: root/openembedded/packages/libfakekey/libfakekey_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/libfakekey/libfakekey_svn.bb')
-rw-r--r--openembedded/packages/libfakekey/libfakekey_svn.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/openembedded/packages/libfakekey/libfakekey_svn.bb b/openembedded/packages/libfakekey/libfakekey_svn.bb
deleted file mode 100644
index eec4d6506..000000000
--- a/openembedded/packages/libfakekey/libfakekey_svn.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Matchbox keyboard"
-LICENSE = "GPL"
-DEPENDS = "libxtst"
-SECTION = "x11/wm"
-PR="r1"
-PV = "0.0+svn${SRCDATE}"
-
-SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
-
-S = "${WORKDIR}/${PN}"
-
-inherit autotools pkgconfig gettext
-
-FILES_${PN} = "${libdir} \
- ${datadir}/applications \
- ${datadir}/pixmaps"
-
-do_stage () {
- install -d ${STAGING_INCDIR}/fakekey
- install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
- oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
-}
-