diff --git a/recipes/musl-obstack/Makefile b/recipes/musl-obstack/Makefile new file mode 100644 index 0000000..f2286c3 --- /dev/null +++ b/recipes/musl-obstack/Makefile @@ -0,0 +1,17 @@ +# Maintainer: Natanael Copa +name = musl-obstack +version = 1.2.2 +release = 0 +pkgdesc = "Standalone library to implement GNU libc's obstack" +url = "https://github.com/void-linux/musl-obstack" +arch = "all" +license = "LGPL-2.1-or-later" +build-dependencies = automake autoconf libtool + +URL = https://github.com/void-linux/musl-obstack/archive/v$(version).tar.gz + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk + +pre_configure: + $(Q)cd $(bdir) ; ./bootstrap.sh