mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/autojump: Updated for version 15.
This commit is contained in:
parent
0e1b24b019
commit
1f4b550870
3 changed files with 11 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for autojump
|
||||
|
||||
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
|
||||
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=autojump
|
||||
VERSION=${VERSION:-13}
|
||||
VERSION=${VERSION:-15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,6 +60,9 @@ install -Dm644 $PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1
|
|||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
# Seems like jumpapplet was changed for compliance with Arch
|
||||
sed -i 's/python2/python/' $PKG/usr/bin/jumpapplet
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="autojump"
|
||||
VERSION="13"
|
||||
HOMEPAGE="http://github.com/joelthelion/autojump/wiki"
|
||||
DOWNLOAD="http://github.com/downloads/joelthelion/autojump/autojump_v13.tar.gz"
|
||||
MD5SUM="13e4e6173f4ed63b8babb00fcd95f600"
|
||||
VERSION="15"
|
||||
HOMEPAGE="https://github.com/joelthelion/autojump/wiki"
|
||||
DOWNLOAD="http://cloud.github.com/downloads/joelthelion/autojump/autojump_v15.tar.gz"
|
||||
MD5SUM="a4a36d774ccb27cbcc9dcc6e2528632b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhnguyen@fastmail.fm"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Erik Hanson,Niels Horn"
|
||||
|
|
|
@ -12,7 +12,7 @@ autojump: autojump is a faster way to navigate your filesystem. It works by
|
|||
autojump: maintaining a database of the directories you use the most from the
|
||||
autojump: command line.
|
||||
autojump:
|
||||
autojump: Homepage: http://github.com/joelthelion/autojump/wiki
|
||||
autojump: Homepage: https://github.com/joelthelion/autojump/wiki
|
||||
autojump:
|
||||
autojump:
|
||||
autojump:
|
||||
|
|
Loading…
Reference in a new issue