From: John Hodge Date: Sun, 15 Feb 2015 07:31:23 +0000 (+0800) Subject: Externals - pkgconfig (compiles?) X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=0f8f8512428951efbd3529079857158b04e18d80 Externals - pkgconfig (compiles?) --- diff --git a/Externals/pkgconfig/Makefile b/Externals/pkgconfig/Makefile new file mode 100644 index 00000000..bcd63052 --- /dev/null +++ b/Externals/pkgconfig/Makefile @@ -0,0 +1,17 @@ +# +# Acess2 Externals - pkgconfig +# - Patches and Makefile by John Hodge (thePowersGang) +# + +DEPS := +TARBALL_PATTERN := pkg-config-*.tar.gz +TARBALL_TO_DIR_L := pkg-config-%.tar.gz +TARBALL_TO_DIR_R := pkg-config-% +PATCHES := +CONFIGURE_LINE = $(SDIR)/configure --prefix=$(BUILD_OUTDIR) --with-internal-glib + +include ../common_automake.mk + + + +