PKG_NAME = pcre
PKG_VER = 7.9
+PKG_REl = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
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
###############################################################################