diff --git a/recipes/libyaml/Makefile b/recipes/libyaml/Makefile new file mode 100644 index 0000000..1c77074 --- /dev/null +++ b/recipes/libyaml/Makefile @@ -0,0 +1,11 @@ +name = libyaml +version = 0.2.5 +URL = https://github.com/yaml/libyaml/archive/$(version).tar.gz + +CONFIGURE_OPTIONS_USER = --enable-static + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk + +pre_configure: + cd $(bdir) && ./bootstrap