Files
core/system/base/libpcre2/pspec.xml
T
2025-11-07 19:32:23 +03:00

153 lines
5.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://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="82fbde112d57224e7dde9c9b5ea5cd8e17ce941e" type="tarbz2">https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.bz2</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libpcre2</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
<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="11">
<Date>2025-11-06</Date>
<Version>10.47</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2025-10-25</Date>
<Version>10.47</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2025-05-12</Date>
<Version>10.45</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2024-12-07</Date>
<Version>10.44</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2023-01-28</Date>
<Version>10.42</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2022-12-07</Date>
<Version>10.41</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2022-08-23</Date>
<Version>10.40</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2020-12-09</Date>
<Version>10.35</Version>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2020-04-02</Date>
<Version>10.34</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<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>