63 lines
2.1 KiB
XML
63 lines
2.1 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="94bd1974a9f2173ac3c2cf122f9fa3c35996b88e" type="targz">mirrors://sourceforge/project/fuse/fuse-2.X/2.9.3/fuse-2.9.3.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="1">
|
|
<Date>2014-05-11</Date>
|
|
<Version>2.9.3</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|