Unverified Kaydet (Commit) 37fab116 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Exfat-utils has been compiled for fuse-exfat

üst 4f3cd094
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import autotools
from inary.actionsapi import inarytools
from inary.actionsapi import get
def setup():
autotools.configure("--prefix=/usr ")
def build():
autotools.make()
def install():
autotools.install()
#inarytools.dobin("mkfs/mkexfatfs")
#inarytools.dobin("dump/dumpexfat")
#inarytools.dobin("fsck/exfatfsck")
#inarytools.dobin("label/exfatlabel")
#inarytools.doman("mkfs/mkexfatfs.8")
#inarytools.doman("dump/dumpexfat.8")
#inarytools.doman("fsck/exfatfsck.8")
#inarytools.doman("label/exfatlabel.8")
inarytools.dodoc("ChangeLog", "COPYING", "README")
\ No newline at end of file
<INARY>
<Source>
<Name>exfat-utils</Name>
<Homepage>http://code.google.com/p/exfat</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</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="ab02c7a8c697a68c5562ca27eb7ede522d454de7" type="targz">https://github.com/relan/exfat/releases/download/v1.3.0/exfat-utils-1.3.0.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="1">
<Date>2020-01-09</Date>
<Version>1.3.0</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment