X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fpkgconfig%2FMakefile;fp=Externals%2Fpkgconfig%2FMakefile;h=bcd63052eaa9e21ac5d7aae09f906e557989b035;hb=6274aaa8894e14462a36c69090e2f9235f130e31;hp=0000000000000000000000000000000000000000;hpb=66250a13b0607f3599999a0ab70453ef1658c20f;p=tpg%2Facess2.git 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 + + + +