From d573df69fc40a16196cdc53742f6d549add7221b Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Sat, 27 Dec 2014 17:06:15 +0700 Subject: system/asbt: Updated for version 1.1. Signed-off-by: Willy Sudiarto Raharjo --- system/asbt/README | 2 +- system/asbt/README.Slackware | 7 +++++-- system/asbt/asbt.SlackBuild | 7 +++++-- system/asbt/asbt.info | 6 +++--- 4 files changed, 14 insertions(+), 8 deletions(-) (limited to 'system/asbt') 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 # 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="" -- cgit v1.2.3