Commit 76e48fce authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: add png

Remove the old way with using the static makefiles and weird ??PREFIX?? patches
parent aa6fdc1c
f1dc2afd747554e5fda1c7627e34530d845d8c7f5629870a21f0d501604cba26446aa7a7bbeb8278f3ab714ed48cf2518df873d0e8fee4dc79d5e2b50060ce46 libpng-1.4.7.tar.bz2
# PNG
PNG_VERSION := 1.4.7
PNG_URL := $(SF)/libpng/libpng-$(PNG_VERSION).tar.bz2
PKGS += png
$(TARBALLS)/libpng-$(PNG_VERSION).tar.bz2:
$(call download,$(PNG_URL))
.sum-png: libpng-$(PNG_VERSION).tar.bz2
png: libpng-$(PNG_VERSION).tar.bz2 .sum-png
$(UNPACK)
$(MOVE)
.png: png
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment