aboutsummaryrefslogtreecommitdiff
path: root/apps/admin/denyhosts/denyhosts.SlackBuild
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2006-11-15 22:31:15 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2006-11-15 22:31:15 +0000
commitd0e7ca1fa33783f8d3b62046fd5aad04e35e9845 (patch)
treeecc2d4e4e7121933e3532f2954611bc847ab964f /apps/admin/denyhosts/denyhosts.SlackBuild
parent6c8e71261ba52cdd0f7eeae8f597f3890840fec0 (diff)
downloadslackbuilds-d0e7ca1fa33783f8d3b62046fd5aad04e35e9845.tar.gz
slackbuilds-d0e7ca1fa33783f8d3b62046fd5aad04e35e9845.tar.bz2
movendo...
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@670 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'apps/admin/denyhosts/denyhosts.SlackBuild')
-rwxr-xr-xapps/admin/denyhosts/denyhosts.SlackBuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/apps/admin/denyhosts/denyhosts.SlackBuild b/apps/admin/denyhosts/denyhosts.SlackBuild
new file mode 100755
index 00000000..42184a02
--- /dev/null
+++ b/apps/admin/denyhosts/denyhosts.SlackBuild
@@ -0,0 +1,30 @@
+#!/bin/bash
+#
+# SlackBuild script to call denyhosts.build with correct settings
+#
+
+CWD="`pwd`"
+
+if [ -f ~/.slackbuildrc ]; then
+ source ~/.slackbuildrc
+elif [ -f /etc/slackbuildrc ]; then
+ source /etc/slackbuildrc
+fi
+
+# default settings
+PACKAGE="denyhosts"
+VERSION=${VERSION:=2.5}
+ARCH=${ARCH:=i486}
+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