@@ -9,6 +9,7 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
autotools.autoreconf("-fiv")
|
||||||
autotools.configure("--prefix=/usr ")
|
autotools.configure("--prefix=/usr ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
@@ -16,7 +17,9 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.install()
|
autotools.install()
|
||||||
pisitools.remove("/usr/sbin/fsck.exfat")
|
# pisitools.remove("/usr/sbin/fsck.exfat")
|
||||||
pisitools.remove("/usr/sbin/mkfs.exfat")
|
# pisitools.remove("/usr/sbin/mkfs.exfat")
|
||||||
|
|
||||||
|
pisitools.rename("/usr/share/man/man8/exfatlabel.8", "exfatlabel.8_")
|
||||||
|
|
||||||
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>Utilities for exFAT file system</Summary>
|
<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>
|
<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>
|
<Archive sha1sum="98c246d65e6bbaf506283e8f03041fad219a5c4a" type="targz">https://github.com/relan/exfat/releases/download/v1.4.0/exfat-utils-1.4.0.tar.gz</Archive>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -26,6 +26,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2024-06-04</Date>
|
||||||
|
<Version>1.4.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2022-08-06</Date>
|
<Date>2022-08-06</Date>
|
||||||
<Version>1.3.0</Version>
|
<Version>1.3.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user