ngx-slowfs-1.10ubuilds
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit nginx-module
S="${WORKDIR}/ngx_slowfs_cache-${PV}"
DESCRIPTION="NGINX module adding ability to cache static files."
HOMEPAGE="http://labs.frickle.com/nginx_ngx_slowfs_cache/"
SRC_URI="
http://labs.frickle.com/files/ngx_slowfs_cache-${PV}.tar.gz
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/http_slowfs_cache-1.23.0.patch"
"${FILESDIR}/http_slowfs_cache-module.patch"
)