Skip to content

Commit

Permalink
man 5 format updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pete4abw committed Feb 26, 2019
1 parent e8fd7d5 commit 5881041
Showing 1 changed file with 33 additions and 23 deletions.
56 changes: 33 additions & 23 deletions usr/man/man5/makesbld.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,43 @@ SlackBuild files and in the ~/.makesbld/user.cfg file.
is sourced into each \.SlackBuild file.
.HP
.PD 0
.B MYIN=${MYIN:-}
.B MYIN
=${MYIN:-}
# set to your initials that will append to package files
.HP
.BR CWD =`pwd`
.B CWD
=`pwd`
.HP
.BR TMP ="${TMP:-/tmp}"
.B TMP
="${TMP:-/tmp}"
# set to base build directory
.HP
.BR PKG_DIR =${PKG_DIR:-$CWD}
.B PKG_DIR
=${PKG_DIR:-$CWD}
# set to location to install package file
.HP
.BR PKG_EXT =txz
.B PKG_EXT
=txz|tgz
.HP
.BR NICENESS =19
.B NICENESS
=19
.HP
.B NICE
.B NICE
="/usr/bin/nice -n $NICENESS"
.HP
.BR ARCH ="${ARCH:-i486}"
.B ARCH
="${ARCH:-i486}"
.HP
.BR MAKEOPTS =-j8
.B MAKEOPTS
="${MAKEOPTS:-\\-j1}"
.HP
.B CFLAGS
.B CFLAGS
= #set according to $ARCH
.HP
.B LIBDIRSUFFIX
.B LIBDIRSUFFIX
= #set according to $ARCH
.HP
.B CONFIGURE_DEFAULTS
.B CONFIGURE_DEFAULTS
="--prefix=/usr \\
.IP
--sysconfdir=/etc \\
Expand All @@ -56,7 +64,8 @@ is sourced into each \.SlackBuild file.
.IP
--host=$ARCH-slackware-linux\\"
.HP
.BR CXXFLAGS ="$CFLAGS"
.B CXXFLAGS
="$CFLAGS"
.HP
.B
CC
Expand All @@ -71,35 +80,36 @@ CC
.B CXXCPP
="$CXX -E"
.HP
.BR SCRIPTFILE "=/usr/lib/makesbld/makesbld.inc"
.B SCRIPTFILE
="/usr/lib/makesbld/makesbld.inc"
.HP
.B WGET
.B WGET
="$(which wget)"
.P
.B WGET_OPTIONS
.B WGET_OPTIONS
="-c -t 5"
.P
.B CVS
.B CVS
="$(which cvs)"
.P
.B CVS_OPTIONS
="-z3 -f"
.P
.B SVN
.B SVN
="$(which svn)"
.P
.B SVN_OPTIONS
.B SVN_OPTIONS
="co"
.P
.B GIT
.B GIT
="$(which git)"
.P
.B GIT_OPTIONS
.B GIT_OPTIONS
="clone".P
.B PC
.B PC
="$(which pkg-config)"
.P
.B PC_OPTIONS
.B PC_OPTIONS
="--exists --print-errors"
.HP
.B DOCFILES
Expand Down

0 comments on commit 5881041

Please sign in to comment.