123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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="2b792aa5b3a45e0c3fe65c44bd9da8f64a690830" type="targz">https://github.com/libfuse/sshfs/releases/download/sshfs_2.8/sshfs-2.8.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="3">
- <Date>2017-01-28</Date>
- <Version>2.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <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>
|