diff --git a/recipes/musl-fts/Makefile b/recipes/musl-fts/Makefile new file mode 100644 index 0000000..92e3d0d --- /dev/null +++ b/recipes/musl-fts/Makefile @@ -0,0 +1,9 @@ +name = musl-fts +version = 1.2.7 +URL = https://github.com/void-linux/musl-fts/archive/v$(version).tar.gz + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk + +pre_configure: + cd $(bdir) ; ./bootstrap.sh