libyaml recipe

master
Philippe Pittoli 2021-03-27 23:52:42 +01:00
parent 095f554870
commit 4e21bad2a3
1 changed files with 11 additions and 0 deletions

11
recipes/libyaml/Makefile Normal file
View File

@ -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