system/ksh: Updated with newer cvs snapshot.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6ef187f80d
commit
9e54c8a0aa
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2010 Daniel LEVAI
|
||||
# All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
PRGNAM=ksh
|
||||
VERSION=openbsd47
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -67,7 +67,7 @@ rm -Rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -Rf $PRGNAM-$VERSION
|
||||
tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -2,9 +2,9 @@ PRGNAM="ksh"
|
|||
VERSION="openbsd47"
|
||||
HOMEPAGE="http://leva.ecentrum.hu/slackbuilds/ksh-openbsd47.tar.gz"
|
||||
DOWNLOAD="http://leva.ecentrum.hu/slackbuilds/ksh-openbsd47.tar.gz"
|
||||
MD5SUM="cf52c11fc86bc038b759589964106208"
|
||||
MD5SUM="6bae2e172d55f4865781bf3955446b7c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniel LEVAI"
|
||||
EMAIL="leva@ecentrum.hu"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ksh: ksh (OpenBSD ksh ported to Linux)
|
||||
ksh:
|
||||
ksh:
|
||||
ksh: This package is a patched version of the OpenBSD ksh, which is based
|
||||
ksh: on the original PD-ksh, but heavily modified and maintained by
|
||||
ksh: OpenBSD developers. "Patched" means ported to Linux.
|
||||
ksh: You can download the source package from a mirror listed in the
|
||||
ksh: slackbuild's info file, or you can always checkout the latest
|
||||
ksh: source from OpenBSD's repository.
|
||||
ksh:
|
||||
ksh:
|
||||
ksh:
|
||||
ksh:
|
||||
ksh:
|
||||
ksh:
|
||||
|
|
Loading…
Reference in New Issue