summaryrefslogtreecommitdiffstats
path: root/system/asbt
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2015-01-30 20:51:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-30 20:51:09 +0700
commit56a61c2f5dfeae61243e02c6bec0bad0bb1872cc (patch)
tree0e596f4f6015ea418ceb6c010eb7ad6fccae7226 /system/asbt
parent7fc8b53c3c8fe46a6a61fb576ddda3594892fb66 (diff)
downloadslackbuilds-56a61c2f5dfeae61243e02c6bec0bad0bb1872cc.tar.gz
slackbuilds-56a61c2f5dfeae61243e02c6bec0bad0bb1872cc.tar.xz
system/asbt: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/asbt')
-rw-r--r--system/asbt/README.Slackware2
-rw-r--r--system/asbt/asbt.SlackBuild9
-rw-r--r--system/asbt/asbt.info6
3 files changed, 7 insertions, 10 deletions
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware
index cd5b6e645c..4df4c5f7ce 100644
--- a/system/asbt/README.Slackware
+++ b/system/asbt/README.Slackware
@@ -19,7 +19,7 @@ adjust according to your wish, are:
# Editor for viewing/editing slackbuilds.
6) buildflags="MAKEFLAGS=-j2"
- # Common build flags specified while building packages
+ # Common build flags specified while building packages.
7) ignore=""
# Packages to ignore when checking for updates.
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild
index 07a3ae6a76..24fa1301e1 100644
--- a/system/asbt/asbt.SlackBuild
+++ b/system/asbt/asbt.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for asbt
-# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
+# Copyright 2014-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=asbt
-VERSION=${VERSION:-1.1}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-1.2}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -53,9 +53,6 @@ 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 3fbf8b7a4a..bbcbcecc1b 100644
--- a/system/asbt/asbt.info
+++ b/system/asbt/asbt.info
@@ -1,8 +1,8 @@
PRGNAM="asbt"
-VERSION="1.1"
+VERSION="1.2"
HOMEPAGE="http://github.com/aadityabagga/asbt"
-DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.1.tar.gz"
-MD5SUM="542ffcdbe746006c3571c6f1773a7744"
+DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.2.tar.gz"
+MD5SUM="65943c48f3d136055aa19907816e69de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""