From ccc3b5f8f5500d7443c510d47c191b7c198179dd Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:53:42 +0100 Subject: [PATCH] pkgconf recipe --- recipes/pkgconf/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/pkgconf/Makefile diff --git a/recipes/pkgconf/Makefile b/recipes/pkgconf/Makefile new file mode 100644 index 0000000..a376972 --- /dev/null +++ b/recipes/pkgconf/Makefile @@ -0,0 +1,6 @@ +name = pkgconf +version = 1.7.4 +URL = https://distfiles.dereferenced.org/pkgconf/pkgconf-$(version).tar.xz + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk