From 8939195f1f4a328bb0926d95e8de07a9bfd7321c Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 16 Aug 2020 16:20:32 -0500 Subject: [PATCH] Completed transition to slp format --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad2dc62..b74d3a1 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,14 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = +DEPENDS = glibc ARCH = x86_64 URL = https://www.freedesktop.org/wiki/Software/pkg-config/ REPO = dev BRIEF = Return metainformation about installed libraries DESC = pkg-config is a helper tool used when compiling applications and \ libraries -SLVER = 1 +SLVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')