From a646fc508d8aae14130c3c80aa35989259656f66 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 8 Jun 2013 17:39:27 +0800 Subject: [PATCH 1/1] Externals/libpng - Compiles --- Externals/libpng/.gitignore | 1 + Externals/libpng/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 Externals/libpng/.gitignore create mode 100644 Externals/libpng/Makefile diff --git a/Externals/libpng/.gitignore b/Externals/libpng/.gitignore new file mode 100644 index 00000000..90ce1014 --- /dev/null +++ b/Externals/libpng/.gitignore @@ -0,0 +1 @@ +libpng-* diff --git a/Externals/libpng/Makefile b/Externals/libpng/Makefile new file mode 100644 index 00000000..42d61904 --- /dev/null +++ b/Externals/libpng/Makefile @@ -0,0 +1,14 @@ +# +# Acess2 External: libpng +# - Makefile and patches by John Hodge (thePowersGang) +# + +DEPS := zlib +TARBALL_PATTERN := libpng-*.tar.xz +TARBALL_TO_DIR_L := %.tar.xz +TARBALL_TO_DIR_R := % +PATCHES := +CONFIGURE_ARGS = + +include ../common.mk + -- 2.20.1