123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>suspend</Name>
- <Homepage>http://suspend.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>A set of tools to support sleep modes</Summary>
- <Description>suspend package allows users to suspend-to-ram, suspend-to-disk, and suspend-to-both.</Description>
- <Archive sha1sum="77d9ae2af73f5faffcec351910fcd9b015a9501c" type="tarxz">http://dev.gentoo.org/~bircoph/distfiles/suspend-1.0_p20120915.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>lzo-devel</Dependency>
- <Dependency>pciutils-devel</Dependency>
- <Dependency>libx86-devel</Dependency>
- <Dependency>libgcrypt-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1" compressionType="xz">suspend-1.0_p20200924.patch.xz</Patch>
- <!-- <Patch level="1" compressionType="xz">suspend-1.0_p20190605.patch.xz</Patch> -->
- <!-- <Patch level="1">suspend-1.0_p20200514.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>suspend</Name>
- <RuntimeDependencies>
- <Dependency>lzo</Dependency>
- <Dependency>libx86</Dependency>
- <Dependency>pciutils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/suspend.conf</Path>
- <Path fileType="config">/etc/suspend.key</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/sbin</Path>
- <Path fileType="library">/usr/lib/suspend/resume</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="doc">/usr/share/man</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0755" target="/usr/sbin/configure-suspend-encryption">suse/configure-suspend-encryption.sh</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="8">
- <Date>2021-11-29</Date>
- <Version>1.0_p20200924</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2021-02-19</Date>
- <Version>1.0_p20200924</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-12-23</Date>
- <Version>1.0_p20120915</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-03-02</Date>
- <Version>1.0_p20120915</Version>
- <Comment>Rebuild New T</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-15</Date>
- <Version>1.0_p20120915</Version>
- <Comment>Rebuild New T</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-01</Date>
- <Version>1.0_p20120915</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>1.0_p20120915</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-02</Date>
- <Version>1.0_p20120915</Version>
- <Comment>First release</Comment>
- <Name>Varol Maksutoğlu</Name>
- <Email>waroi@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|