development/xvile: Updated for version 9.8e.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Wayne Cuddy 2011-09-01 18:08:09 -03:00 committed by Niels Horn
parent 62ecf3e937
commit e6968cc286
3 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,7 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
xvile: VI Like Emacs (X-Windows Interface)
xvile: xvile (vile with X-Windows Interface)
xvile:
xvile: Vile retains the "finger-feel", if you will, of vi, while adding the
xvile: multiple buffer and multiple window features of emacs and other

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xvile
VERSION=${VERSION:-9.7}
VERSION=${VERSION:-9.8e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -98,7 +98,6 @@ cp icons/vile.* $PKG/usr/share/pixmaps
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
#cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="xvile"
VERSION="9.7"
VERSION="9.8e"
HOMEPAGE="http://invisible-island.net/vile/"
DOWNLOAD="ftp://invisible-island.net/vile/vile-9.7.tgz"
MD5SUM="3ef25a8b4778d4790defb24729c60ce2"
DOWNLOAD="ftp://invisible-island.net/vile/current/vile-9.8e.tgz"
MD5SUM="bc68fd4ba0e98bec274d005523804936"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Wayne Cuddy"
EMAIL="wcuddy@useunix.net"
APPROVED="rworkman"
APPROVED="Niels Horn"