From: Stefan Schantl Date: Thu, 7 May 2009 19:27:57 +0000 (+0200) Subject: Added additional information to lfs/libpng. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a031d27cca230c4e8a7facf36c131a6943b837b6;p=ipfire-3.x.git Added additional information to lfs/libpng. --- diff --git a/lfs/libpng b/lfs/libpng index c0f9d6114..d49c7baa6 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -26,6 +26,7 @@ include Config PKG_NAME = libpng PKG_VER = 1.2.35 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,24 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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