1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>exfat-utils</Name>
- <Homepage>http://code.google.com/p/exfat</Homepage>
- <Packager>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>Utilities for exFAT file system</Summary>
- <Description>This project aims to provide a full-featured exFAT file system implementation for GNU/Linux and other Unix-like systems as a FUSE module and a set of utilities.</Description>
- <Archive sha1sum="ad5c33f40bec53971cf304ffbdb8fc7e91c3d837" type="targz">https://github.com/relan/exfat/releases/download/v1.2.7/exfat-utils-1.2.7.tar.gz</Archive>
- </Source>
- <Package>
- <Name>exfat-utils</Name>
- <Files>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-12-30</Date>
- <Version>1.2.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-28</Date>
- <Version>1.2.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.2.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-27</Date>
- <Version>1.2.3</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|