Externals - Cleanup, cross-compiler working
[tpg/acess2.git] / Externals / bochs / Makefile
diff --git a/Externals/bochs/Makefile b/Externals/bochs/Makefile
new file mode 100644 (file)
index 0000000..25b85e3
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# Acess2 Externals - bochs
+# - Patches and Makefile by John Hodge (thePowersGang)
+#
+
+DEPS := sdl12 cross-compiler
+TARBALL_PATTERN := bochs-*.tar.gz
+TARBALL_TO_DIR_L := bochs-%.tar.gz
+TARBALL_TO_DIR_R := bochs-%
+PATCHES := config.h.in config.sub
+
+#AUTORECONF = yes
+CONFIGURE_ARGS := --with-sdl --without-x11 LDFLAGS=-lpsocket
+
+include ../common_automake.mk
+
+

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