diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2014-04-11 22:31:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-11 22:31:32 +0700 |
commit | 149459bd0dbc50cc272b9a6af3007647a3d03a99 (patch) | |
tree | f8859d12ca996ffbee09c6edf9592ace865cba3f /system/asbt | |
parent | b0c6e6a996646cf1a930ad4f4a714d7feafdb249 (diff) |
system/asbt: Updated for version 0.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/asbt')
-rw-r--r-- | system/asbt/README | 16 | ||||
-rw-r--r-- | system/asbt/asbt.SlackBuild | 2 | ||||
-rw-r--r-- | system/asbt/asbt.info | 6 | ||||
-rw-r--r-- | system/asbt/slack-desc | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/system/asbt/README b/system/asbt/README index 191d0b1e3338..f82af603833c 100644 --- a/system/asbt/README +++ b/system/asbt/README @@ -1,29 +1,29 @@ asbt is a tool for managing packages in your local copy of slackbuilds, -usually obtained from http://slackbuilds.org/ (SBo). +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,-l,-q) , +downloading (-G), building (-B), and installing/removing/upgrading packages. The list of available options is present in the readme and the man page. The variables used in the script, which you would probably adjust according to your wish, are: -1) repodir="/home/$USER/slackbuilds" +1) repodir="/home/$user/slackbuilds" # Repository for slackbuilds. -2) srcdir="/home/$USER/src" +2) srcdir="/home/$user/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/$USER/src" +3) outdir="/home/$user/src" # Where the build package will be placed. # Leave it blank for putting it in /tmp. -4) gitdir="/home/$USER/git/slackbuilds/.git" +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 be configured via editing /etc/asbt/asbt.conf +These variables can be configured via editing /etc/asbt/asbt.conf . diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild index 30a6018bd386..86a8af9a3675 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.5} +VERSION=${VERSION:-0.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info index e32ead02dbbb..291a5b0193c6 100644 --- a/system/asbt/asbt.info +++ b/system/asbt/asbt.info @@ -1,8 +1,8 @@ PRGNAM="asbt" -VERSION="0.8.5" +VERSION="0.8.6" HOMEPAGE="http://github.com/aadityabagga/asbt" -DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.8.5.tar.gz" -MD5SUM="5f0e44fef9648bdb6c4274ac8613ff9f" +DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.8.6.tar.gz" +MD5SUM="1f8da02bce59d8499429d79f8d6d5294" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/asbt/slack-desc b/system/asbt/slack-desc index 360788036eba..a44236e3ea51 100644 --- a/system/asbt/slack-desc +++ b/system/asbt/slack-desc @@ -14,6 +14,6 @@ asbt: asbt: It supports searching, displaying info, getting, building, asbt: and installing/removing/upgrading packages. asbt: -asbt: URL- http://github.com/aadityabagga/asbt +asbt: Homepage- http://github.com/aadityabagga/asbt asbt: asbt: |