cornucopia: bump SRCREV
[openembedded.git] / recipes / pme / pme_1.0.3.bb
blobb48e799d90ad51ae3bf5ff147b4090fa0807a6e1
1 SECTION = "libs"
2 DEPENDS = "libpcre"
3 LICENSE = "BSD"
4 DESCRIPTION = "PME is a C++ wrapper around the PCRE library."
5 SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz"
6 PR = "r1"
8 inherit autotools
10 do_stage () {
11 oe_libinstall -a -so libpme ${STAGING_LIBDIR}
12 install -m 0644 pme.h ${STAGING_INCDIR}/
15 SRC_URI[md5sum] = "da0da7ed1689469b45c8d62fa2dfb204"
16 SRC_URI[sha256sum] = "25b84792473fa17d118e69b588f32fe940d13a01c3b3db89290ce6516ad01b2e"