Files
core/system/base/libpcre2/pspec.xml
T
2019-12-22 18:29:09 +03:00

88 lines
3.3 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="ffd8da87b958c44dd9b927e7b39934e2af5fef8b" type="tarbz2">https://ftp.pcre.org/pub/pcre/pcre2-10.34.tar.bz2</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="2">
<Date>2019-12-22</Date>
<Version>10.34</Version>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<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>