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

index b3c37b4da341473ddf828267d2bd18bce6b71c4b..8c077fa9c65afc73cda1883a74c8fd2920653039 100644 (file)
--- 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
 ###############################################################################