123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?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="12f338719b8b028a2eecbf9192fcc00a13fc04f6" type="tarbz2">http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.40.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>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency release="current">libpcre</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-01-20</Date>
- <Version>8.40</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-07</Date>
- <Version>8.38</Version>
- <Comment>Rebuild with new toolchain.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>8.38</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-25</Date>
- <Version>8.38</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|