From: Stefan Schantl Date: Fri, 26 Jun 2009 17:56:51 +0000 (+0200) Subject: Added additional information to lfs/pcre. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63388965986a8f696b15d736b8762884edbc8f4d;p=ipfire-3.x.git Added additional information to lfs/pcre. --- diff --git a/lfs/pcre b/lfs/pcre index b3c37b4da..8c077fa9c 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -26,6 +26,7 @@ include Config PKG_NAME = pcre PKG_VER = 7.9 +PKG_REl = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,12 +34,24 @@ 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 = bzip2 zlib +LICENSE = BSD +URL = http://www.pcre.org/ +SHORT_DESC = Perl-compatible regular expression library + +define LONG_DESC + Perl-compatible regular expression library. PCRE has its own native \ + API, but a set of "wrapper" functions that are based on the POSIX \ + API are also supplied in the library libpcreposix. +endef + ############################################################################### # Top-level Rules ###############################################################################