12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0"?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>smartmontools</Name>
- <Homepage>http://smartmontools.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <IsA>app:console</IsA>
- <Summary>Programs to control and monitor storage systems using the Self-Monitoring</Summary>
- <Description>The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks.</Description>
- <Archive sha1sum="8946f6350d6df9341d571381d66ffbb7d83b8af2" type="targz">mirrors://sourceforge/smartmontools/6.6/smartmontools-6.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libutil-linux-devel</Dependency>
- <Dependency>libcap-ng-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>smartmontools</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>libcap-ng</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="data">/lib/systemd/system</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="man">/usr/share/smartmontools</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/smartd">smartmontools.sysconf</AdditionalFile>
- </AdditionalFiles>
- <Provides>
- <COMAR script="service.py">System.Service</COMAR>
- </Provides>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-01-03</Date>
- <Version>6.6</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-28</Date>
- <Version>6.5</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>6.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-26</Date>
- <Version>6.4</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|