1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-28 08:02:25 +01:00
slackware-current/source/d/slacktrack/slacktrack.SlackBuild

20 lines
332 B
Text
Raw Normal View History

#!/bin/sh
# Set initial variables:
CWD=`pwd`
if [ "$TMP" = "" ]; then
TMP=/tmp
fi
export VERSION=2.08
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.xz
cd slacktrack || exit 1
# Start the "real" SlackBuild:
./slacktrack.SlackBuild