132 lines
4.9 KiB
XML
132 lines
4.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libpcre</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="9a074e9cbf3eb9f05213fd9ca5bc188644845ccc" type="tarbz2">http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>readline-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libpcre</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>libpcre-devel</Name>
|
|
<PartOf>system.devel</PartOf>
|
|
<Summary>Development files for libpcre</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libpcre</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/libpcre/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/libpcre/pcre-config.txt</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libpcre-32bit</Name>
|
|
<PartOf>emul32</PartOf>
|
|
<Summary>32-bit shared libraries for libpcre</Summary>
|
|
<BuildType>emul32</BuildType>
|
|
<BuildDependencies>
|
|
<Dependency>readline-32bit</Dependency>
|
|
<Dependency>glibc-32bit</Dependency>
|
|
</BuildDependencies>
|
|
<RuntimeDependencies>
|
|
<Dependency>libgcc</Dependency>
|
|
<Dependency>readline</Dependency>
|
|
<Dependency release="current">libpcre</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib32</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="8">
|
|
<Date>2015-01-25</Date>
|
|
<Version>8.36</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Vedat Demir</Name>
|
|
<Email>vedat@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="7">
|
|
<Date>2014-05-11</Date>
|
|
<Version>8.34</Version>
|
|
<Comment>Release bump.</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="6">
|
|
<Date>2014-04-03</Date>
|
|
<Version>8.34</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Osman Erkan</Name>
|
|
<Email>osman.erkan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="5">
|
|
<Date>2013-09-01</Date>
|
|
<Version>8.33</Version>
|
|
<Comment>Version bump, clean pcre.</Comment>
|
|
<Name>Serdar Soytetir</Name>
|
|
<Email>kaptan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2013-07-28</Date>
|
|
<Version>8.32</Version>
|
|
<Comment>Fix deps.</Comment>
|
|
<Name>Serdar Soytetir</Name>
|
|
<Email>kaptan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2013-05-20</Date>
|
|
<Version>8.32</Version>
|
|
<Comment>adress fixed</Comment>
|
|
<Name>Osman Erkan</Name>
|
|
<Email>osman.erkan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-02-16</Date>
|
|
<Version>8.32</Version>
|
|
<Comment>Update</Comment>
|
|
<Name>Osman Erkan</Name>
|
|
<Email>osman.erkan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2011-03-11</Date>
|
|
<Version>8.31</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Erdem Artan</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|