aboutsummaryrefslogtreecommitdiff
path: root/others/downtube/downtube.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'others/downtube/downtube.SlackBuild')
-rwxr-xr-xothers/downtube/downtube.SlackBuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/others/downtube/downtube.SlackBuild b/others/downtube/downtube.SlackBuild
deleted file mode 100755
index bd9eb96f..00000000
--- a/others/downtube/downtube.SlackBuild
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-#
-# SlackBuild script to call downtube.build with correct settings
-#
-
-CWD="`pwd`"
-
-if [ -f ~/.slackbuildrc ]; then
- source ~/.slackbuildrc
-elif [ -f /etc/slackbuildrc ]; then
- source /etc/slackbuildrc
-fi
-
-# default settings
-PACKAGE="downtube"
-VERSION=${VERSION:=1.2}
-ARCH="noarch"
-BUILD=${BUILD:=1rha}
-SRC_DIR=${SRC:=$CWD}
-TMP=${TMP:=/tmp}
-REPOS=${REPOS:=$TMP}
-
-rm -rf $TMP/$PACKAGE
-mkdir -p $SRC_DIR/$PACKAGE $TMP/$PACKAGE
-
-slacktrack -b $REPOS -x $TMP,$SRC_DIR,/dev -jefkzp "$PACKAGE-$VERSION-$ARCH-$BUILD.tgz" "./$PACKAGE.build"
-
-if [ "$CLEANUP" == "yes" ]; then
- rm -rf $TMP/$PACKAGE
-fi