diff options
author | B. Watson <yalhcru@gmail.com> | 2013-07-06 09:40:41 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:10:01 -0300 |
commit | 5339c6bc3120a25cda925327f8ad7ff828a31eaf (patch) | |
tree | 528c4cef0b8020136b88a3c64bfdf5075f91bf5e /network/surf/options.txt | |
parent | 2fac39d6548219137b1df420bc00518378d1c4ce (diff) | |
download | slackbuilds-5339c6bc3120a25cda925327f8ad7ff828a31eaf.tar.gz |
network/surf: Added (minimalist web browser)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/surf/options.txt')
-rw-r--r-- | network/surf/options.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/network/surf/options.txt b/network/surf/options.txt new file mode 100644 index 0000000000..6069a9ebac --- /dev/null +++ b/network/surf/options.txt @@ -0,0 +1,38 @@ +surf is highly customizable, with many patches available. This build +automates some of the customizations, controlled by the following +environment variables: + +PATCH + Patch the source with patches/*.diff. Currently this includes the + homepage, searchengines, and startfullscreen patches, which are enabled + by default (see patches.txt for details). To build with no patches, + use "PATCH=no". + +TERMINAL + surf runs wget in a terminal when downloading files. This must be a + terminal emulator that supports the -e (execute command) option. Default + is "rxvt". Other candidates: urxvt, xterm, Terminal. + +HOMEPAGE + The URL to start the browser with, if no argument given on the command + line. Default is "https://duckduckgo.com/html/". Has no effect if + PATCH=no. + +WIDTH +HEIGHT + The default window size for surf to use, when it starts. Default values + are WIDTH=800 HEIGHT=600. + +SLACKVER + The version of Slackware you're building for. If not set, the version + from /etc/slackware-version will be used. You only need to set this + if building on Slackware-current (use SLACKVER=current). This is only + used for the searchengines patch, so it does nothing if PATCH=no. + +STRICTSSL + If STRICTSSL=yes, refuse untrusted connections (e.g. invalid/unknown + certificates). Default is no. + +The values of all these variables are stored within the package, in +/usr/doc/surf-$VERSION/buildopts.sh. You can build surf again with the +same options by sourcing buildopts.sh before running surf.SlackBuild. |