1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>fatresize</Name>
- <Homepage>https://github.com/ya-mouse/fatresize</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>library</IsA>
- <Summary>A utility to resize FAT filesystems using libparted</Summary>
- <Description>Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program
- </Description>
- <Archive sha1sum="c6a24423c0f9c4023f2e7d8d074c3c2d7cccd1bd" type="targz">https://github.com/ya-mouse/fatresize/archive/v1.1.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>parted-devel</Dependency>
- </BuildDependencies>
- -->
- <!--
- <Patches>
- <Patch>fatresize.patch</Patch>
- <Patch level="1">fatresize.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>fatresize</Name>
- <RuntimeDependencies>
- <Dependency>parted</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2022-06-06</Date>
- <Version>1.1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-03-22</Date>
- <Version>1.0.4</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|