add xfat-utils
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
#pisitools.dobin("mkfs/mkexfatfs")
|
||||
#pisitools.dobin("dump/dumpexfat")
|
||||
#pisitools.dobin("fsck/exfatfsck")
|
||||
#pisitools.dobin("label/exfatlabel")
|
||||
|
||||
#pisitools.doman("mkfs/mkexfatfs.8")
|
||||
#pisitools.doman("dump/dumpexfat.8")
|
||||
#pisitools.doman("fsck/exfatfsck.8")
|
||||
#pisitools.doman("label/exfatlabel.8")
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
||||
@@ -0,0 +1,58 @@
|
||||
<?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="d329bcca81b72cfabea9ce40628458524ed063e1" type="targz">https://github.com/relan/exfat/releases/download/v1.2.3/exfat-utils-1.2.3.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>2016-01-27</Date>
|
||||
<Version>1.2.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-23</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-12-15</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>exfat-utils</Name>
|
||||
<Summary xml:lang="en">Utilities for exFAT file system</Summary>
|
||||
<Description xml:lang="en">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>
|
||||
</Source>
|
||||
</PISI>
|
||||
+103119
-102833
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
46420a73f41585923bf0da73dd0d1cdf9603bd6a
|
||||
1180a65dab63fdaeaae945f77417489a7bf60ac9
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
7e0202ac5dd687ac8f94a7c040103b978bfa0959
|
||||
d240ac43db7ae865b4f862ee71e6ec6110f7bd05
|
||||
Reference in New Issue
Block a user