Files
core/system/base/libpcre2/pspec.xml
T
2019-01-15 11:22:08 +03:00

81 lines
3.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libpcre2</Name>
<Homepage>http://www.pcre.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Perl-compatible regular expression library</Summary>
<Description>The PCRE (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.</Description>
<Archive sha1sum="26d2fbcc7c7cf633d954a978530ce0b8b9b10472" type="targz">ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.30.tar.gz</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libpcre2</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>libpcre2-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for libpcre2</Summary>
<RuntimeDependencies>
<Dependency release="current">libpcre2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc/libpcre2/html</Path>
<Path fileType="executable">/usr/bin/pcre-config</Path>
<Path fileType="man">/usr/share/man/man1/pcre-config.1*</Path>
<Path fileType="doc">/usr/share/doc/libpcre2/pcre-config.txt</Path>
</Files>
</Package>
<Package>
<Name>libpcre2-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libpcre2</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>readline-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency release="current">libpcre2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-01-15</Date>
<Version>10.30</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>