diff options
Diffstat (limited to 'groups.d/231.native_packages_etc.d/cherokee.package')
-rw-r--r-- | groups.d/231.native_packages_etc.d/cherokee.package | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/groups.d/231.native_packages_etc.d/cherokee.package b/groups.d/231.native_packages_etc.d/cherokee.package new file mode 100644 index 00000000..40e92bd7 --- /dev/null +++ b/groups.d/231.native_packages_etc.d/cherokee.package @@ -0,0 +1,9 @@ +: ${PKG_CHEROKEE_DEPENDS:="libz"}; +: ${PKG_CHEROKEE_URLS_GIT:=cherokee=https://github.com/cherokee/webserver.git@master}; +: ${PKG_CHEROKEE_CONFIGURE_ARGS_EXTRA:="--with-python=${PREFIX}/bin/python2 --without-epoll --without-php --without-ffmpeg --without-libssl"}; +: ${PKG_CHEROKEE_IN_TREE:=1}; +: ${PKG_CHEROKEE_DISABLED:=1}; + +ex_pkg_register "cherokee" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 |