53 lines
1.9 KiB
XML
53 lines
1.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>sshfs</Name>
|
|
<Homepage>http://fuse.sourceforge.net/sshfs.html</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv2</License>
|
|
<IsA>app:console</IsA>
|
|
<Summary>A filesystem client based on the SSH FTP</Summary>
|
|
<Description>sshfs allows mounting remote SSH accounts as a filesystem.</Description>
|
|
<Archive sha1sum="a28ed6c04847611816452441b14ad9a0bb6df842" type="targz">https://github.com/libfuse/sshfs/releases/download/sshfs_2_5/sshfs-fuse-2.5.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>fuse-devel</Dependency>
|
|
<Dependency>glib2-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>sshfs</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>fuse</Dependency>
|
|
<Dependency>glib2</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>2.5</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2016-01-27</Date>
|
|
<Version>2.5</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Stefan Gronewold</Name>
|
|
<Email>groni@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|