123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libatasmart</Name>
- <Homepage>https://0pointer.de/blog/projects/being-smart.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2+</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>ATA S.M.A.R.T. Disk Health Monitoring Library</Summary>
- <Description>A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring.</Description>
- <Archive sha1sum="0d0745b6bd2e5b9461d15966b5daac6c98302de8" type="tarxz">http://0pointer.de/public/libatasmart-0.19.tar.xz</Archive>
- <Patches>
- <Patch level="1">libatasmart-uninitialized-var.patch</Patch>
- <Patch level="1">libatasmart-0.19-wd-fix.patch</Patch>
- </Patches>
- <BuildDependencies>
- <Dependency>eudev-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libatasmart</Name>
- <RuntimeDependencies>
- <Dependency>eudev</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/sbin/skdump</Path>
- <Path fileType="executable">/usr/sbin/sktest</Path>
- <Path fileType="library">/usr/lib/libatasmart.so*</Path>
- <Path fileType="data">/usr/share/doc/libatasmart/README</Path>
- <Path fileType="data">/usr/share/doc/libatasmart/LGPL</Path>
- </Files>
- </Package>
- <Package>
- <Name>libatasmart-devel</Name>
- <Summary>Development files for libatasmart</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libatasmart</Dependency>
- <Dependency>eudev-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/share/vala</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-11-29</Date>
- <Version>0.19</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Pisi Linu community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2020-02-01</Date>
- <Version>0.19</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-13</Date>
- <Version>0.19</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-02</Date>
- <Version>0.19</Version>
- <Comment>Release Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.19</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-25</Date>
- <Version>0.19</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|