blob: 22db78afe7cb53e202a95fcce1c9d8b5e4d2e613 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "Regular expressions library. The characteristics of this \
2library is that different character encoding for every regular expression \
3object can be specified."
4HOMEPAGE = "http://www.geocities.jp/kosako3/oniguruma/"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f"
7
8SRC_URI = "http://www.geocities.jp/kosako3/oniguruma/archive/onig-${PV}.tar.gz \
9 file://do-not-use-system-headers.patch \
10 file://configure.patch"
11
12SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a"
13SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a"
14
15DEPENDS = "libevent"
16
17inherit autotools binconfig