summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Aaditya Bagga2015-05-09 07:30:27 +0200
committer Willy Sudiarto Raharjo2015-05-09 08:36:22 +0200
commitf432f2ffc08d39754adb4d0622246e7efb2be9cb (patch)
tree67f33d5d52e11b8bd17387f1d8e6e4a5f3620ccf
parente76e0021ba1d7bb4d9636831486ff8c63f28ba0b (diff)
downloadslackbuilds-f432f2ffc08d39754adb4d0622246e7efb2be9cb.tar.gz
system/asbt: Updated for version 1.7.
-rw-r--r--system/asbt/README.Slackware16
-rw-r--r--system/asbt/asbt.SlackBuild2
-rw-r--r--system/asbt/asbt.info6
3 files changed, 12 insertions, 12 deletions
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware
index 7cf657cefb..259969778c 100644
--- a/system/asbt/README.Slackware
+++ b/system/asbt/README.Slackware
@@ -1,30 +1,30 @@
The variables used in the script, which you would probably
adjust according to your wish, are:
-1) repodir="$HOME/slackbuilds"
+1) REPODIR="$HOME/slackbuilds"
# Repository for slackbuilds.
-2) srcdir="$HOME/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/pkg"
+3) PKGDIR="$HOME/pkg"
# Where the build package will be placed.
# Leave it blank for putting it in /tmp.
-4) gitdir="$HOME/slackbuilds/.git"
+4) GITDIR="$HOME/slackbuilds/.git"
# Directory where the slackbuilds git repository is present.
-5) editor="/usr/bin/vim"
+5) EDITOR="/usr/bin/vim"
# Editor for viewing/editing slackbuilds.
-6) buildflags="MAKEFLAGS=-j2"
+6) BUILDFLAGS="MAKEFLAGS=-j2"
# Common build flags specified while building packages.
-7) ignore=""
+7) IGNORE=""
# Packages to ignore when checking for updates.
-8) pause="yes"
+8) PAUSE="yes"
# Pause for input when using superuser priviliges.
These variables can be configured via editing /etc/asbt/asbt.conf
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild
index d218e09a82..06d638d6ba 100644
--- a/system/asbt/asbt.SlackBuild
+++ b/system/asbt/asbt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=asbt
-VERSION=${VERSION:-1.6.2}
+VERSION=${VERSION:-1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info
index 04a8eb7659..860da6b5ae 100644
--- a/system/asbt/asbt.info
+++ b/system/asbt/asbt.info
@@ -1,8 +1,8 @@
PRGNAM="asbt"
-VERSION="1.6.2"
+VERSION="1.7"
HOMEPAGE="http://github.com/aadityabagga/asbt"
-DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.6.2.tar.gz"
-MD5SUM="17d0e6749ac7e028b2ea4102ffa6f5b2"
+DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.7.tar.gz"
+MD5SUM="b40fb732a33fa2b278ab43303508cc6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""