Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / pme / pme_1.0.3.oe
1 SECTION = "unknown"
2 DEPENDS = "pcre"
3 DESCRIPTION = "PME is a C++ wrapper around the PCRE library."
4 SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz"
5
6 inherit autotools 
7
8 do_stage () {
9         oe_libinstall -a -so libpme ${STAGING_LIBDIR}
10         install -m 0644 pme.h ${STAGING_INCDIR}/
11 }