system/asbt: Updated for version 0.9.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Aaditya Bagga 2014-05-18 19:51:58 +07:00 committed by Willy Sudiarto Raharjo
parent e24b8e2003
commit f24fd1972d
4 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
asbt is a tool for managing packages in your local copy of slackbuilds, asbt is a tool for managing packages in your local copy of slackbuilds,
usually obtained from http://slackbuilds.org (SBo). which can be obtained from http://slackbuilds.org (SBo).
It supports searching (-s), viewing information (-i,-r,-d,-v,-l,-q) , It supports searching (-s), viewing information (-i,-r,-d,-v,-l,-q),
downloading (-G), building (-B), and installing/removing/upgrading packages. downloading (-G), building (-B), and installing/removing/upgrading packages.
The list of available options is present in the readme and the man page. The list of available options is present in the readme and the man page.
@ -16,7 +16,7 @@ adjust according to your wish, are:
# Where the downloaded source packages are to be placed. # Where the downloaded source packages are to be placed.
# Leave it blank for saving it in the same directory as the slackbuild. # Leave it blank for saving it in the same directory as the slackbuild.
3) outdir="/home/$user/src" 3) outdir="/home/$user/packages"
# Where the build package will be placed. # Where the build package will be placed.
# Leave it blank for putting it in /tmp. # Leave it blank for putting it in /tmp.
@ -26,4 +26,4 @@ adjust according to your wish, are:
5) editor="/usr/bin/vim" 5) editor="/usr/bin/vim"
# Editor for viewing/editing slackbuilds. # Editor for viewing/editing slackbuilds.
These variables can be configured via editing /etc/asbt/asbt.conf . These variables can be configured via editing /etc/asbt/asbt.conf

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=asbt PRGNAM=asbt
VERSION=${VERSION:-0.9.0} VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
ARCH=noarch ARCH=noarch

View file

@ -1,8 +1,8 @@
PRGNAM="asbt" PRGNAM="asbt"
VERSION="0.9.0" VERSION="0.9.2"
HOMEPAGE="http://github.com/aadityabagga/asbt" HOMEPAGE="http://github.com/aadityabagga/asbt"
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.9.0.tar.gz" DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.9.2.tar.gz"
MD5SUM="b71c8114d458221ce276d725803e5ef4" MD5SUM="9f55f5737d744abcade0556fd9bb6ab3"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View file

@ -9,7 +9,7 @@
asbt: asbt (tool for managing packages in slackbuilds local repository) asbt: asbt (tool for managing packages in slackbuilds local repository)
asbt: asbt:
asbt: asbt acts like a package manager for your local copy of slackbuilds, asbt: asbt acts like a package manager for your local copy of slackbuilds,
asbt: usually obtained from slackbuilds.org (SBo). asbt: which can be obtained from slackbuilds.org (SBo).
asbt: asbt:
asbt: It supports searching, displaying info, getting, building, asbt: It supports searching, displaying info, getting, building,
asbt: and installing/removing/upgrading packages. asbt: and installing/removing/upgrading packages.