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')