From: Stefan Schantl Date: Fri, 26 Jun 2009 17:40:18 +0000 (+0200) Subject: Added additional information to lfs/pango. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ee8a7fc66e1c040b20f1dc0cfaa942096fbece;p=ipfire-3.x.git Added additional information to lfs/pango. --- diff --git a/lfs/pango b/lfs/pango index 4dd44fc96..103825293 100644 --- 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