1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-02-04 20:46:11 +01:00
slackware-current/extra/source/slacktrack/slacktrack.SlackBuild

21 lines
351 B
Text
Raw Normal View History

#!/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