2 Commits

Author SHA1 Message Date
Jay Larson
d2eb8d5c07 Added cleanup of dev directory to Makefile 2018-12-16 16:10:08 -06:00
Jay Larson
3b41c14e39 Enabled libpng support 2018-12-16 16:00:34 -06:00

View File

@@ -62,15 +62,15 @@
# of the package. # of the package.
export ARCH = x86_64 export ARCH = x86_64
export DEPENDS = bzip2,dash,fontconfig,freetype,glibc,libexpat,perl,util-linux,zlib export DEPENDS = bzip2,dash,fontconfig,freetype,glibc,libexpat,libpng,perl,util-linux,zlib
export BUILDDEPS = export BUILDDEPS = libpng-dev
export SRCPKG = libgd export SRCPKG = libgd
export URL = https://libgd.github.io/ export URL = https://libgd.github.io/
REPO = main REPO = main
BRIEF = The GD image library BRIEF = The GD image library
DESC = GD is an open source code library for the dynamic creation of images \ DESC = GD is an open source code library for the dynamic creation of images \
by programmers by programmers
SNAPVER = 0 SNAPVER = 2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -139,6 +139,7 @@ test: $(ROOT)
clean: clean:
@rm -rvf $(ROOT) \ @rm -rvf $(ROOT) \
$(DEV) \
$(SNAPINFO) \ $(SNAPINFO) \
$(MANIFEST) \ $(MANIFEST) \
$(FILES) \ $(FILES) \