From 6b3e150296ab3d2eec5ee7440afec2cb0851a777 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 28 Oct 2006 17:41:00 +0000 Subject: moving back DenyHosts to denyhosts git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@543 370017ae-e619-0410-ac65-c121f96126d4 --- denyhosts/denyhosts.SlackBuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 denyhosts/denyhosts.SlackBuild (limited to 'denyhosts/denyhosts.SlackBuild') diff --git a/denyhosts/denyhosts.SlackBuild b/denyhosts/denyhosts.SlackBuild new file mode 100755 index 00000000..1cc27e94 --- /dev/null +++ b/denyhosts/denyhosts.SlackBuild @@ -0,0 +1,32 @@ +#!/bin/bash +# +# SlackBuild script to call denyhosts.build with correct settings +# + +CWD="`pwd`" + +if [ -f "/etc/slackbuildrc" ]; then + source /etc/slackbuildrc +fi + +if [ -f "~/.slackbuildrc" ]; then + source ~/.slackbuildrc +fi + +# default settings +PACKAGE="denyhosts" +VERSION=${VERSION:=2.5} +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 -- cgit v1.2.3