summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2014-12-19 12:57:17 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-19 12:57:17 +0700
commit83e479476c2d717e285ca2e06a0f4117faf0f78b (patch)
treef4b78965c67144792ecf1977a10530ae30b4a306 /system
parent5be6a27ab91ef7bb3b6d347dbfb976dfb3a3dad8 (diff)
downloadslackbuilds-83e479476c2d717e285ca2e06a0f4117faf0f78b.tar.gz
slackbuilds-83e479476c2d717e285ca2e06a0f4117faf0f78b.tar.xz
system/asbt: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/asbt/README.Slackware13
-rw-r--r--system/asbt/asbt.SlackBuild11
-rw-r--r--system/asbt/asbt.info6
3 files changed, 13 insertions, 17 deletions
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware
index 8f82537a80..08281f32f9 100644
--- a/system/asbt/README.Slackware
+++ b/system/asbt/README.Slackware
@@ -1,24 +1,27 @@
The variables used in the script, which you would probably
adjust according to your wish, are:
-1) repodir="/home/$user/slackbuilds"
+1) repodir="$HOME/slackbuilds"
# Repository for slackbuilds.
-2) srcdir="/home/$user/src"
+2) srcdir="$HOME/src"
# Where the downloaded source packages are to be placed.
# Leave it blank for saving it in the same directory as the slackbuild.
-3) outdir="/home/$user/packages"
+3) outdir="$HOME/packages"
# Where the build package will be placed.
# Leave it blank for putting it in /tmp.
-4) gitdir="/home/$user/git/slackbuilds/.git"
+4) gitdir="$HOME/slackbuilds/.git"
# Directory where the slackbuilds git repository is present.
5) editor="/usr/bin/vim"
# Editor for viewing/editing slackbuilds.
6) buildflags="MAKEFLAGS=-j2"
- # Common build flags specified while building packages
+ # Build flags specified while building a package
These variables can be configured via editing /etc/asbt/asbt.conf
+(or $HOME/.asbt.conf)
+
+'asbt -S' can be used to setup the tool.
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild
index 6b24d915ef..06d39152c6 100644
--- a/system/asbt/asbt.SlackBuild
+++ b/system/asbt/asbt.SlackBuild
@@ -23,18 +23,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=asbt
-VERSION=${VERSION:-0.9.9}
+VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-ARCH=noarch
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
+ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info
index 3296a183e8..af47161ab4 100644
--- a/system/asbt/asbt.info
+++ b/system/asbt/asbt.info
@@ -1,8 +1,8 @@
PRGNAM="asbt"
-VERSION="0.9.9"
+VERSION="1.0"
HOMEPAGE="http://github.com/aadityabagga/asbt"
-DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.9.9.tar.gz"
-MD5SUM="0fe3369dc87c3f3a2a48be7c5ca00e87"
+DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.0.tar.gz"
+MD5SUM="abb058ced855319a7d6be040e8279b29"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""