Added contribs and njs.

This commit is contained in:
Konstantin Pavlov
2022-11-29 18:12:54 +04:00
parent 3778877eb3
commit 11c66941ce
6 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# njs
include $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/version
NJS_URL := https://hg.nginx.org/njs/archive/$(NJS_VERSION).tar.gz
PKGS += njs
$(TARBALLS)/njs-$(NJS_VERSION).tar.gz:
$(call download_pkg,$(NJS_URL),njs)
.sum-njs: njs-$(NJS_VERSION).tar.gz
njs: njs-$(NJS_VERSION).tar.gz .sum-njs
$(UNPACK)
$(MOVE)
.njs: njs
cd $< && ./configure && $(MAKE) libnjs
touch $@

View File

@@ -0,0 +1 @@
dc73029e7b570a7fbc94e90deb1e17c9a3d85072dc0e060f11dd96bd173e11b7c823c57115369d3c68af7acd97fabe619b70dfd73280694f8b5dc8b7929d850b njs-0.7.9.tar.gz

View File

@@ -0,0 +1 @@
NJS_VERSION := 0.7.9