fatresize First release

This commit is contained in:
Rmys
2020-03-22 15:47:32 +03:00
parent ec541d46e0
commit dd583dd989
7 changed files with 164 additions and 2 deletions
+51
View File
@@ -0,0 +1,51 @@
<?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="b3c69c71dcf18558bae9b3bdd8ddcdcd4c6e6de1" type="targz">https://github.com/ya-mouse/fatresize/archive/v1.0.4.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="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>