This commit is contained in:
4fury-c3440d8
2021-01-26 06:54:12 +00:00
parent 1d5a982c3b
commit 5095755d1d
3 changed files with 79 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, pisitools, get
def setup():
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("NEWS")
+49
View File
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>exfatprogs</Name>
<Homepage>https://github.com/exfatprogs/exfatprogs</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPL-2</License>
<IsA>app:console</IsA>
<PartOf>hardware.disk</PartOf>
<Summary>exFAT filesystem userspace utilities.</Summary>
<Description>As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.</Description>
<Archive sha1sum="901fe8cb296b73806b8596946a4b2ce97271494b" type="tarxz">
https://github.com/exfatprogs/exfatprogs/releases/download/1.0.4/exfatprogs-1.0.4.tar.xz
</Archive>
<BuildDependencies>
<!-- <Dependency></Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>exfatprogs</Name>
<Conflicts>
<!-- <Package>exfat-utils</Package> -->
</Conflicts>
<RuntimeDependencies>
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="man">/usr/share/man/man8</Path>
<Path fileType="doc">/usr/share/doc/exfatprogs/NEWS</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-01-26</Date>
<Version>1.0.4</Version>
<Comment>First Beta build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+11 -3
View File
@@ -13,8 +13,8 @@
<PartOf>hardware.disk</PartOf>
<Summary>Gnome Partition tool based on GNU-Parted.</Summary>
<Description>GParted is the Gnome Partition Editor application. GParted is an industrial-strength package for creating, destroying, resizing, moving, checking and copying partitions, and the filesystems on them. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging).</Description>
<Archive sha1sum="af44456f16bfc53f4f72ddc9b15e097bdfdaeab7" type="targz">
mirrors://sourceforge/project/gparted/gparted/gparted-1.1.0/gparted-1.1.0.tar.gz
<Archive sha1sum="61dbe956e6edbd489aad9bdb80f69b40b4f404a8" type="targz">
mirrors://sourceforge/project/gparted/gparted/gparted-1.2.0/gparted-1.2.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>itstool</Dependency>
@@ -49,9 +49,10 @@
<Dependency>xdg-utils</Dependency>
<Dependency>libsigc++</Dependency>
<Dependency>f2fs-tools</Dependency>
<Dependency>exfatprogs</Dependency>
<Dependency>dosfstools</Dependency>
<Dependency>nilfs-utils</Dependency>
<Dependency>exfat-utils</Dependency>
<!-- <Dependency>exfat-utils</Dependency> -->
<Dependency>btrfs-progs</Dependency>
<Dependency>reiserfsprogs</Dependency>
<Dependency>libutil-linux</Dependency>
@@ -70,6 +71,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-01-26</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>AYDIN ATMACA</Name>
<Email>aydinatmaca@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-01-12</Date>
<Version>1.1.0</Version>