From f432f2ffc08d39754adb4d0622246e7efb2be9cb Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Sat, 9 May 2015 11:00:27 +0530 Subject: system/asbt: Updated for version 1.7. --- system/asbt/README.Slackware | 16 ++++++++-------- system/asbt/asbt.SlackBuild | 2 +- system/asbt/asbt.info | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'system/asbt') 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="" -- cgit v1.2.3