fatresize First release
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env 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.autoreconf("-fisv")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fatresize</Name>
|
||||
<Homepage>https://github.com/ya-mouse/fatresize</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A utility to resize FAT filesystems using libparted</Summary>
|
||||
<Description>Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program
|
||||
</Description>
|
||||
<Archive sha1sum="b3c69c71dcf18558bae9b3bdd8ddcdcd4c6e6de1" type="targz">https://github.com/ya-mouse/fatresize/archive/v1.0.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>parted-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>fatresize.patch</Patch>
|
||||
<Patch level="1">fatresize.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>fatresize</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>parted</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-03-22</Date>
|
||||
<Version>1.0.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fatresize</Name>
|
||||
<Summary xml:lang="tr">A utility to resize FAT filesystems using libparted</Summary>
|
||||
<Description xml:lang="tr">Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program
|
||||
</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -78619,6 +78619,50 @@ to create header files and sources from protocol files.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>fatresize</Name>
|
||||
<Homepage>https://github.com/ya-mouse/fatresize</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>hardware.disk</PartOf>
|
||||
<Summary xml:lang="en">A utility to resize FAT filesystems using libparted</Summary>
|
||||
<Summary xml:lang="tr">A utility to resize FAT filesystems using libparted</Summary>
|
||||
<Description xml:lang="en">Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program</Description>
|
||||
<Description xml:lang="tr">Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program
|
||||
</Description>
|
||||
<Archive type="targz" sha1sum="b3c69c71dcf18558bae9b3bdd8ddcdcd4c6e6de1" name="v1.0.4.tar.gz">https://github.com/ya-mouse/fatresize/archive/v1.0.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>parted-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/disk/fatresize/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>fatresize</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>parted</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-03-22</Date>
|
||||
<Version>1.0.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>btrfs-progs</Name>
|
||||
@@ -246033,6 +246077,43 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<Package>
|
||||
<Name>fatresize</Name>
|
||||
<Summary xml:lang="en">A utility to resize FAT filesystems using libparted</Summary>
|
||||
<Summary xml:lang="tr">A utility to resize FAT filesystems using libparted</Summary>
|
||||
<Description xml:lang="en">Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program</Description>
|
||||
<Description xml:lang="tr">Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program</Description>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>unknown</PartOf>
|
||||
<License>GPLv3</License>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-03-22</Date>
|
||||
<Version>1.0.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
<BuildHost>localhost</BuildHost>
|
||||
<Distribution>PisiLinux</Distribution>
|
||||
<DistributionRelease>2.0</DistributionRelease>
|
||||
<Architecture>x86_64</Architecture>
|
||||
<InstalledSize>58101</InstalledSize>
|
||||
<PackageSize>19923</PackageSize>
|
||||
<PackageHash>862e16ca60367bf74b7aeb478d31ee10f2a6325f</PackageHash>
|
||||
<InstallTarHash>da39a3ee5e6b4b0d3255bfef95601890afd80709</InstallTarHash>
|
||||
<PackageURI>hardware/disk/fatresize/fatresize-1.0.4-1-p2-x86_64.pisi</PackageURI>
|
||||
<PackageFormat>1.2</PackageFormat>
|
||||
<Source>
|
||||
<Name>fatresize</Name>
|
||||
<Homepage>https://github.com/ya-mouse/fatresize</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
</Source>
|
||||
</Package>
|
||||
<Component>
|
||||
<Name>system</Name>
|
||||
<LocalName xml:lang="en">FIXME</LocalName>
|
||||
|
||||
@@ -1 +1 @@
|
||||
4fbd9c3f76645acefa86849c5f9a255121d2b1c9
|
||||
0b86a9349c1934bc2692887839edf20ff1a37b44
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
916fa3b8e3c6f6af97fc7b507e11dce2af407e1e
|
||||
d5a9be99c5e9b8811f65a901840c615170ee5262
|
||||
Reference in New Issue
Block a user