Files
core/system/devel/libxslt/pspec.xml
T
2016-04-27 20:40:19 +03:00

97 lines
3.3 KiB
XML

<?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="4df177de629b2653db322bfb891afa3c0d1fa221" type="targz">ftp://ftp.xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz</Archive>
<BuildDependencies>
<Dependency>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="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>