1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>f2fs-tools</Name>
- <Homepage>https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2.1</License>
- <IsA>app:console</IsA>
- <PartOf>hardware.disk</PartOf>
- <Summary>Userland tools for the f2fs filesystem.</Summary>
- <Description>Tools for Flash-Friendly File System (F2FS).</Description>
- <Archive sha1sum="3b097f029c1c8d8d088f101886299c08db1e6eef" type="targz">https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.16.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>lz4-devel</Dependency>
- <Dependency>libutil-linux-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>f2fs-tools</Name>
- <RuntimeDependencies>
- <Dependency>libutil-linux</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man/man8</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-07-01</Date>
- <Version>1.16.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2022-06-05</Date>
- <Version>1.15.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-01-12</Date>
- <Version>1.14.0</Version>
- <Comment>First Beta build.</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- </History>
- </PISI>
|