Files
main/science/mathematics/djbfft/pspec.xml
T
2018-07-31 23:05:45 +03:00

73 lines
2.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>djbfft</Name>
<Homepage>http://cr.yp.to/djbfft.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>public-domain</License>
<IsA>library</IsA>
<Summary>Fast float library</Summary>
<Description>An extremely fast library for floating-point convolution.</Description>
<Archive sha1sum="df9d258a75183c10592d937ee2d2befc01a8a0f6" type="targz">http://cr.yp.to/djbfft/djbfft-0.76.tar.gz</Archive>
<Patches>
<Patch level="1">gcc3.patch</Patch>
<Patch level="1">shared.patch</Patch>
<Patch>headers.patch</Patch>
</Patches>
</Source>
<Package>
<Name>djbfft</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>djbfft-devel</Name>
<Summary>Development files for djbfft</Summary>
<RuntimeDependencies>
<Dependency release="current">djbfft</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2018-07-31</Date>
<Version>0.76</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-01</Date>
<Version>0.76</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>0.76</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-20</Date>
<Version>0.76</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>