diff options
Diffstat (limited to 'meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb')
-rw-r--r-- | meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb b/meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb new file mode 100644 index 00000000..25a6ed2d --- /dev/null +++ b/meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "Lightweight http(s) proxy daemon" +HOMEPAGE = "https://tinyproxy.github.io/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +SRC_URI = "git://github.com/Igalia/${PN}.git;branch=wam-proxy;protocol=https" +S = "${WORKDIR}/git" +SRCREV = "ab1b5c5a53960afd91d50b1f11e339f653602de8" + +EXTRA_OECONF += " \ + --enable-filter \ + --enable-transparent \ + --enable-reverse \ + --enable-upstream \ + --enable-xtinyproxy \ + " + +inherit autotools + +FILES_${PN} += "${datadir}/tinyproxy/*" |