add fuse-exfat

This commit is contained in:
groni
2016-01-30 15:59:53 +01:00
parent f5afae3157
commit 492618127c
7 changed files with 134 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>fuse-exfat</Name>
<Homepage>http://code.google.com/p/exfat/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<Summary>exFAT filesystem fuse module</Summary>
<Description>exFAT filesystem fuse module</Description>
<Archive sha1sum="a557cc1b6df9834322111b4a19f7fb9f3e2824bc" type="targz">https://github.com/relan/exfat/releases/download/v1.2.3/fuse-exfat-1.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>exfat-utils</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>fuse-exfat</Name>
<RuntimeDependencies>
<Dependency>fuse</Dependency>
<Dependency>exfat-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-01-27</Date>
<Version>1.2.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-09-10</Date>
<Version>1.1.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>