]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/libpng.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 19:27:57 +0000 (21:27 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 19:27:57 +0000 (21:27 +0200)
lfs/libpng

index c0f9d6114db9f50ab0e1641c5a14554d8caec78b..d49c7baa6f94e18aebd561bf437521e5bbde887e 100644 (file)
@@ -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