Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8939195f1f |
4
Makefile
4
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')
|
||||
|
||||
Reference in New Issue
Block a user