PKG_NAME = libpng
PKG_VER = 1.2.35
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Libraries
CORE = yes
EXTRA = no
DEBUG = no
+DEPS =
+
+URL = http://www.libpng.org/pub/png/
+LICENSE = zlib
+SHORT_DESC = A library of functions for manipulating PNG image format files.
+
+define LONG_DESC
+ The libpng package contains a library of functions for creating and \
+ manipulating PNG (Portable Network Graphics) image format files. \
+ PNG is a bit-mapped graphics format similar to the GIF format. PNG \
+ was created to replace the GIF format, since GIF uses a patented \
+ data compression algorithm.
+endef
###############################################################################
# Top-level Rules