]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/pango.
authorStefan Schantl <Stevee@ipfire.org>
Fri, 26 Jun 2009 17:40:18 +0000 (19:40 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Fri, 26 Jun 2009 17:40:18 +0000 (19:40 +0200)
lfs/pango

index 4dd44fc96b807cedc67259573d5d92afe4a7f62f..103825293581a577e88104c73633767ac235120b 100644 (file)
--- a/lfs/pango
+++ b/lfs/pango
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = pango
 PKG_VER    = 1.22.3
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,9 +34,22 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Libraries
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+LICENSE    = LGPLv2+
+URL        = http://www.pango.org/
+SHORT_DESC = System for layout and rendering of internationalized text.
+
+define LONG_DESC
+       Pango is a library for laying out and rendering of text, with an \
+       emphasis on internationalization.
+endef
 
 ###############################################################################
 # Top-level Rules