Files
core/system/base/libmd/pspec.xml
T
2023-06-15 18:22:56 +00:00

79 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libmd</Name>
<Homepage>https://www.hadrons.org/software/libmd/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Message Digest functions from BSD systems</Summary>
<Icon>libmd</Icon>
<Description>Message Digest functions from BSD systems</Description>
<Archive sha1sum="72718d5ffad112b702ba84fd40900486f8179642" type="tarxz">https://libbsd.freedesktop.org/releases/libmd-1.1.0.tar.xz</Archive>
<!--
<Patches>
<Patch>libmd.patch</Patch>
<Patch level="1">libmd.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libmd</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libmd-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libmd</Summary>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="current">libmd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<Package>
<Name>libmd-devel</Name>
<Summary>Development files for libmd</Summary>
<RuntimeDependencies>
<Dependency release="current">libmd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-06-15</Date>
<Version>1.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-12-04</Date>
<Version>1.0.4</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>