# sshfs/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ --checkout=sshfs-3.7.3 \ https://github.com/libfuse/sshfs.git #--------------------------------------------------------------------- 2. This package requires, at "build" time, a copy of "meson" that has been patched so as not to mess with "rpath". #--------------------------------------------------------------------- 3. Sample usage: mkdir -p /mnt/floppy sshfs myname@somesite.org:/ /mnt/floppy \ -p 22000 \ -o IdentityFile=$HOME/.ssh/key.private or edit $HOME/.ssh/config and add an entry similar to this one: Host sylvester User myname Hostname somesite.org Port 22000 IdentityFile ~/.ssh/key.private then use: mkdir -p /mnt/floppy sshfs sylvester /mnt/floppy #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.15 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.15 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.27 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = COPYING unpack = relaxed dontfind = fuse209 fuse310 setpaths = fuse316 gtkcore tmpsize = 2M #--------------------------------------------------------------------- [depends] actools fusecore gawk grep gtk20 meson ninja pkgconf sed #--------------------------------------------------------------------- [configure] which gcc PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD mkdir -p $PP/{bin,include,lib,man,sbin,share} rm -fr build mkdir build meson build \ -D prefix=$PP \ -D bindir=$PP/bin \ -D buildtype=release \ -D includedir=$PP/include \ -D libdir=$PP/lib \ -D mandir=$PP/man cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- # Original URLs. Note: These URLs were valid at one point, but may # have died since then. If you download newer versions of tarballs # [etc.], don't delete the original versions. You may not be able to # replace them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170512 Updated from 2.5 to 2.9 170812 Updated to 3.2.0 170921 Updated to 3.3.0 171025 Updated to 3.3.1 180430 Updated to 3.3.2 180629 Updated to 180629 ("git" date; same as 3.4.0) 180811 Updated to 180811 180901 Updated to 180901 (circa 3.5.0) 181107 Updated to b5d148431 - "git" hash 181223 Updated to d3c6c338a - circa 3.5.1 190113 Updated to 6b10b3c8c 190314 Updated to d29921751 190414 Updated to 695cd8916 - same as 3.5.2 190721 Updated to 4c21d696e 210320 Updated to 6c1b92df8 210609 Updated to 9700b3537 - same as 3.7.2 230115 Updated to c91eb9a9a - same as 3.7.3