summaryrefslogtreecommitdiffstats
path: root/misc/authprogs/authprogs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/authprogs/authprogs.SlackBuild')
-rw-r--r--misc/authprogs/authprogs.SlackBuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/misc/authprogs/authprogs.SlackBuild b/misc/authprogs/authprogs.SlackBuild
deleted file mode 100644
index b0587dcdee..0000000000
--- a/misc/authprogs/authprogs.SlackBuild
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for Authprogs
-# Written by Menno Duursma <druiloor@zonnet.nl>
-
-# This program is free software. It comes without any warranty.
-# Granted WTFPL, Version 2, as published by Sam Hocevar. See
-# http://sam.zoy.org/wtfpl/COPYING for more details.
-
-PRGNAM=authprogs
-VERSION=${VERSION:-0.5}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-ARCH=noarch
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e # Exit on most errors
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-
-install -D -m0755 $CWD/authprogs $PKG/usr/bin/authprogs
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}