69 lines
2.4 KiB
XML
69 lines
2.4 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>fuse</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="bf71181cdc25f65e5757a8a14d352296722de2e3" type="targz">https://github.com/libfuse/libfuse/releases/download/fuse_2_9_5/fuse-2.9.5.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>gettext-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch>skip_umount_test.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>fuse</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>glibc</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/bin</Path>
|
|
<Path fileType="executable">/sbin</Path>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>fuse-devel</Name>
|
|
<PartOf>system.devel</PartOf>
|
|
<Summary>Development files for fuse</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">fuse</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2016-04-27</Date>
|
|
<Version>2.9.5</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2015-08-18</Date>
|
|
<Version>2.9.5</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|