Externals - pkgconfig (compiles?)
authorJohn Hodge <[email protected]>
Sun, 15 Feb 2015 07:31:23 +0000 (15:31 +0800)
committerJohn Hodge <[email protected]>
Sun, 15 Feb 2015 07:31:23 +0000 (15:31 +0800)
Externals/pkgconfig/Makefile [new file with mode: 0644]

diff --git a/Externals/pkgconfig/Makefile b/Externals/pkgconfig/Makefile
new file mode 100644 (file)
index 0000000..bcd6305
--- /dev/null
@@ -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
+
+
+
+

UCC git Repository :: git.ucc.asn.au