From: John Hodge Date: Sat, 8 Jun 2013 09:39:27 +0000 (+0800) Subject: Externals/libpng - Compiles X-Git-Tag: rel0.15~445 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=a646fc508d8aae14130c3c80aa35989259656f66;p=tpg%2Facess2.git Externals/libpng - Compiles --- 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 +