Completed transition to slp format

This commit is contained in:
2020-08-16 16:20:32 -05:00
parent c3318bb0dc
commit 8939195f1f

View File

@@ -8,14 +8,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
DEPENDS = DEPENDS = glibc
ARCH = x86_64 ARCH = x86_64
URL = https://www.freedesktop.org/wiki/Software/pkg-config/ URL = https://www.freedesktop.org/wiki/Software/pkg-config/
REPO = dev REPO = dev
BRIEF = Return metainformation about installed libraries BRIEF = Return metainformation about installed libraries
DESC = pkg-config is a helper tool used when compiling applications and \ DESC = pkg-config is a helper tool used when compiling applications and \
libraries libraries
SLVER = 1 SLVER = 2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')