Skip to content

Commit

Permalink
Fix download rule
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Mar 2, 2015
1 parent 9a4e721 commit becdb73
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README
Expand Up @@ -12,12 +12,15 @@ To make package from slackbuild do

Download source code:
# source <program>.info
# wget [--no-check-certificate] [--content-disposition] -c $DOWNLOAD
# curl -JOL $DOWNLOAD
or
# wget [--no-check-certificate] [--content-disposition] $DOWNLOAD
wget, with some servers, doesn't set the correct filename

If exists FILENAME variable means that it contains the filename.

if exists DOWNLOAD extra variables, do also
# wget --no-check-certificate --content-disposition -c $DOWNLOAD_XXX [$EXTRAFILE_YYY]
# wget --no-check-certificate --content-disposition $DOWNLOAD_XXX [$DOWNLOAD_YYY]

Build:
# sh <program>.SlackBuild
Expand Down

0 comments on commit becdb73

Please sign in to comment.