12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>dosfstools</Name>
- <Homepage>http://www.daniel-baumann.ch/software/dosfstools/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:console</IsA>
- <Summary>Tools to create and check DOS and VFAT filesystems</Summary>
- <Description>The dosfstools package includes the DOS and VFAT filesystem utilities like mkdosfs, mkfs.msdos, mkfs.vfat, dosfsck, dosfslabel. You can create and check MS-DOS FAT filesystems on hard drives or on floppies</Description>
- <Archive type="tarxz" sha1sum="814e2d5842c62e328dfc8947178a0a4e45a1c028">https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>eudev-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>dosfstools</Name>
- <RuntimeDependencies>
- <Dependency>eudev</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-01-01</Date>
- <Version>4.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-29</Date>
- <Version>4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-10</Date>
- <Version>3.0.26</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-04-03</Date>
- <Version>3.0.26</Version>
- <Comment>First release</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|