summaryrefslogtreecommitdiffstats
path: root/extra/source/slacktrack/slacktrack.SlackBuild
blob: ca2bd0932b30a6ee768a47f1dc7550edd72a9662 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
# Set initial variables:
CWD=`pwd`
if [ "$TMP" = "" ]; then
  TMP=/tmp
fi

export VERSION=2.07
export PKGEXT=${PKGEXT:-txz}

if [ ! -d $TMP ]; then
  mkdir -p $TMP # location to build the source
fi
cd $TMP
rm -rf slacktrack
tar xvf $CWD/slacktrack-$VERSION-source.tar.gz
cd slacktrack

# Start the "real" SlackBuild:
./slacktrack.SlackBuild