summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author aaditya <aaditya_gnulinux@zoho.com>2014-02-16 08:54:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-02-16 08:55:01 +0700
commit766d6be8503473fe565027c8abdec7f927e95d41 (patch)
treed25a9a1f1b26130c5fffa51cae154668cb821012 /system
parent77123788f2219cd7ea78a7682eb9b5487282074c (diff)
downloadslackbuilds-766d6be8503473fe565027c8abdec7f927e95d41.tar.gz
slackbuilds-766d6be8503473fe565027c8abdec7f927e95d41.tar.xz
system/asbt: Updated for version 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/asbt/README11
-rw-r--r--system/asbt/asbt.SlackBuild5
-rw-r--r--system/asbt/asbt.info6
-rw-r--r--system/asbt/slack-desc6
4 files changed, 14 insertions, 14 deletions
diff --git a/system/asbt/README b/system/asbt/README
index 5d2fa40fe6..32b720e878 100644
--- a/system/asbt/README
+++ b/system/asbt/README
@@ -1,8 +1,8 @@
-asbt acts like a package manager for your local copy of slackbuilds.
-(usually obtained from slackbuilds.org)
+asbt is a tool for managing packages in your local copy of slackbuilds,
+usually obtained from http://slackbuilds.org/ (SBo).
-It supports searching (-s), viewing information (-i,-r,-d,-v) ,
-downloading (-g), building (-B), and installing/removing/upgrading packages.
+It supports searching (-s), viewing information (-i,-r,-d,-v) , downloading (-g),
+building (-B), and installing/removing/upgrading packages.
The list of available options is present in the readme and the man page.
@@ -23,7 +23,4 @@ adjust according to your wish, are:
4) gitdir="/home/$USER/git/slackbuilds/.git"
# Directory where the slackbuilds git repository is present.
-5) editor="/usr/bin/vim"
- # Editor for viewing/editing slackbuilds.
-
These variables can also be configured via editing /etc/asbt/asbt.conf
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild
index f46b437c38..1d8ee08a1e 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:-0.8.0}
+VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -65,6 +65,9 @@ make install DESTDIR=$PKG
# Preserve config file
mv $PKG/etc/asbt/asbt.conf $PKG/etc/asbt/asbt.conf.new
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info
index 050edf9a80..b93705d73f 100644
--- a/system/asbt/asbt.info
+++ b/system/asbt/asbt.info
@@ -1,8 +1,8 @@
PRGNAM="asbt"
-VERSION="0.8.0"
+VERSION="0.8.2"
HOMEPAGE="http://github.com/aadityabagga/asbt"
-DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.8.0.tar.gz"
-MD5SUM="608d95c1c900b94c02dde267ebbf7a7e"
+DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.8.2.tar.gz"
+MD5SUM="542295c1e69ea44232b0418fa7951c4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/asbt/slack-desc b/system/asbt/slack-desc
index fffa92bd79..ad1daf754f 100644
--- a/system/asbt/slack-desc
+++ b/system/asbt/slack-desc
@@ -6,10 +6,10 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-asbt: asbt (a tool for managing packages in slackbuilds local repository)
-asbt:
-asbt: asbt acts like a package manager for your local copy of slackbuilds.
+asbt: asbt (tool for managing packages in slackbuilds local repository)
asbt:
+asbt: asbt acts like a package manager for your local copy of slackbuilds,
+asbt: usually obtained from slackbuilds.org (SBo).
asbt:
asbt: It supports searching, displaying info, getting, building,
asbt: and installing/removing/upgrading packages.