123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libxslt</Name>
- <Homepage>http://xmlsoft.org/XSLT/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>XSLT libraries and tools</Summary>
- <Description>Libxslt is the XSLT C library developed for the GNOME project. XSLT itself is a an XML language to define transformation for XML.</Description>
- <Archive sha1sum="c47969f16747a72f9095b6a7a56d3afdd1e6e9ac" type="targz">ftp://ftp.xmlsoft.org/libxml2/libxslt-1.1.32.tar.gz</Archive>
- <BuildDependencies>
- <Dependency versionFrom="2.9.8">libxml2-devel</Dependency>
- <Dependency>libgcrypt-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libxslt-docs</Name>
- <RuntimeDependencies>
- <Dependency release="current">libxslt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libxslt-devel</Name>
- <RuntimeDependencies>
- <Dependency>libxml2-devel</Dependency>
- <Dependency release="current">libxslt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/*-config</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <Package>
- <Name>libxslt</Name>
- <RuntimeDependencies>
- <Dependency>libgcrypt</Dependency>
- <Dependency>libxml2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>libxslt-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libxslt</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>libxml2-32bit</Dependency>
- <Dependency>libgcrypt-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">libxslt</Dependency>
- <Dependency>libxml2-32bit</Dependency>
- <Dependency>libgcrypt-32bit</Dependency>
-
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2019-01-22</Date>
- <Version>1.1.32</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-12-31</Date>
- <Version>1.1.32</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-16</Date>
- <Version>1.1.29</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>1.1.29</Version>
- <Comment>Version bump</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.1.28</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-08</Date>
- <Version>1.1.28</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|