Package: pcre++ Version: 0.9.5 Revision: 1 GCC: 3.3 BuildDepends: pcre (>= 3.9-1) Depends: pcre-shlibs (>= 3.9-1), %N-shlibs (= %v-%r) BuildDependsOnly: True Source: ftp://ftp.daemon.de/scip/Apps/pcre++/%n-%v.tar.gz Source-MD5: 1fe6ea8e23ece01fde2ce5fb4746acc2 UpdateConfigGuess: true ConfigureParams: --mandir='${prefix}/share/man' --with-pcre-include=%p/include #NoSetCXXFLAGS: true SplitOff: << Package: %N-shlibs Replaces: %N (<= 0.9-1) Files: lib/libpcre++.*.dylib Shlibs: << %p/lib/libpcre++.0.dylib 1.0.0 %n (>= 0.9-1) << DocFiles: COPYING << DocFiles: doc/html/* README COPYING AUTHORS INSTALL ChangeLog config.log License: LGPL Description: C++ wrapper for the PCRE library DescDetail: << PCRE++ is a C++ wrapper-class for the great library PCRE. (Perl Compatible Regular Expressions), which is available on http://www.pcre.org/ by Philip Hazel. This class allows you to use perl alike regular expressions in your C++ applications. You can use it to search in strings, to split strings into parts using expressions or to search and replace a part of a string with another part. << Patch: %n.patch DescPackaging: << The patch is necessary to make the doc files go into share/doc << Homepage: http://www.daemon.de/en/software/pcre/ Maintainer: Patrick Naef