summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/asbt/README2
-rw-r--r--system/asbt/README.Slackware7
-rw-r--r--system/asbt/asbt.SlackBuild7
-rw-r--r--system/asbt/asbt.info6
4 files changed, 14 insertions, 8 deletions
diff --git a/system/asbt/README b/system/asbt/README
index 61b39fe671..11656f7a35 100644
--- a/system/asbt/README
+++ b/system/asbt/README
@@ -6,4 +6,4 @@ downloading (-G), building (-B), installing/removing/upgrading (-I,-R,-U),
checking updates (-c), and some other options.
The list of available options is present in the readme and the man page.
-
+See README.Slackware for more information.
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware
index 08281f32f9..cd5b6e645c 100644
--- a/system/asbt/README.Slackware
+++ b/system/asbt/README.Slackware
@@ -19,9 +19,12 @@ adjust according to your wish, are:
# Editor for viewing/editing slackbuilds.
6) buildflags="MAKEFLAGS=-j2"
- # Build flags specified while building a package
+ # Common build flags specified while building packages
+
+7) ignore=""
+ # Packages to ignore when checking for updates.
These variables can be configured via editing /etc/asbt/asbt.conf
-(or $HOME/.asbt.conf)
+(or $HOME/.config/asbt.conf)
'asbt -S' can be used to setup the tool.
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild
index 06d39152c6..07a3ae6a76 100644
--- a/system/asbt/asbt.SlackBuild
+++ b/system/asbt/asbt.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for asbt
+# Slackware build script for asbt
# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=asbt
-VERSION=${VERSION:-1.0}
+VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,6 +53,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Fix incorrect version in makefile
+sed -i 's|VER = 1.0|VER = 1.1|' makefile
+
make install DESTDIR=$PKG
# Preserve config file
diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info
index af47161ab4..3fbf8b7a4a 100644
--- a/system/asbt/asbt.info
+++ b/system/asbt/asbt.info
@@ -1,8 +1,8 @@
PRGNAM="asbt"
-VERSION="1.0"
+VERSION="1.1"
HOMEPAGE="http://github.com/aadityabagga/asbt"
-DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.0.tar.gz"
-MD5SUM="abb058ced855319a7d6be040e8279b29"
+DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.1.tar.gz"
+MD5SUM="542ffcdbe746006c3571c6f1773a7744"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""