fuse3 move

This commit is contained in:
Rmys
2024-07-07 14:00:31 +03:00
parent f120cf1bb4
commit 4d3ba1d5ae
7 changed files with 30641 additions and 27102 deletions
+30462 -27096
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
fc7ba43f4c3b3fd61d62287c77b53d2e58608171
13f5288b7247f24c875aa40773cf6e497f4f075a
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5b8fffa26ea194328ee379b2357a15f761b2e2cd
5eb21aa3bd739d15874dba4bcc0ff196fba42c08
+36
View File
@@ -0,0 +1,36 @@
#!/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 shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
mesontools.configure("-Dexamples=false")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.removeDir("/dev")
# pisitools.removeDir("/etc")
pisitools.remove("/etc/init.d/fuse3")
# Make compat symlinks into /usr/bin
pisitools.dosym("/usr/bin/fusermount3", "/bin/fusermount3")
pisitools.dosym("/usr/sbin/mount.fuse3", "/sbin/mount.fuse3")
pisitools.dosym("/usr/lib/libfuse3.so", "/lib/libfuse3.so")
pisitools.dosym("/usr/lib/libfuse3.so", "/lib/libfuse3.so.3")
pisitools.dosym("/usr/lib/libfuse3.so", "/lib/libfuse3.so.3.16.2")
# Move pkgconfig file to /usr/lib
#pisitools.domove("/lib/pkgconfig", "/usr/lib/")
pisitools.dodoc("AUTHORS", "ChangeLog*", "README*")
+122
View File
@@ -0,0 +1,122 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fuse3</Name>
<Homepage>http://fuse.sourceforge.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>An interface for filesystems implemented in userspace</Summary>
<Description>fuse is a backend allowing regular users to (un)mount filesystems for their own use.</Description>
<Archive sha1sum="739972bee1a9e5fa02a9ed0ab5640c8fb095bc63" type="targz">https://github.com/libfuse/libfuse/releases/download/fuse-3.16.2/fuse-3.16.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>fuse3</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/bin</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/lib</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>fuse3-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for fuse3</Summary>
<RuntimeDependencies>
<Dependency release="current">fuse3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2023-10-12</Date>
<Version>3.16.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2023-08-09</Date>
<Version>3.16.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-07-05</Date>
<Version>3.15.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2023-06-10</Date>
<Version>3.15.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2023-03-27</Date>
<Version>3.14.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2023-01-13</Date>
<Version>3.13.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2022-09-09</Date>
<Version>3.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2022-04-26</Date>
<Version>3.10.5</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-06-24</Date>
<Version>3.9.2</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>fuse3</Name>
<Summary xml:lang="tr">Kullanıcı düzeyinde dosya sistemi oluştumaya yarayan kitaplık</Summary>
<Description xml:lang="tr">FUSE, kullanıcıların kendileri için dosya sistemleri oluşturmasına, bağlamasına ve bağı koparmasına imkân veren bir arkauç kitaplıktır.</Description>
<Summary xml:lang="fr">Interface implémentée dans l'environnement utilisateur (userpace) pour les systèmes de fichier.</Summary>
<Summary xml:lang="es">Una interfaz para sistemas de archivos implementados en el espacio de usuario</Summary>
</Source>
<Package>
<Name>fuse3-devel</Name>
<Summary xml:lang="tr">fuse3 için geliştirme dosyaları</Summary>
</Package>
</PISI>