aboutsummaryrefslogtreecommitdiffstats
path: root/pme/pme_1.0.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'pme/pme_1.0.3.oe')
-rw-r--r--pme/pme_1.0.3.oe11
1 files changed, 0 insertions, 11 deletions
diff --git a/pme/pme_1.0.3.oe b/pme/pme_1.0.3.oe
deleted file mode 100644
index 84a494b5bc..0000000000
--- a/pme/pme_1.0.3.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-SECTION = "unknown"
-DEPENDS = "pcre"
-DESCRIPTION = "PME is a C++ wrapper around the PCRE library."
-SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz"
-
-inherit autotools
-
-do_stage () {
- oe_libinstall -a -so libpme ${STAGING_LIBDIR}
- install -m 0644 pme.h ${STAGING_INCDIR}/
-}