system/mksh: Updated for version R41.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2013-01-07 20:16:47 +01:00 committed by dsomero
parent 63c9ff04ff
commit a0f7c4bfde
3 changed files with 11 additions and 16 deletions

View file

@ -12,7 +12,7 @@ if any are found. We don't think so though.)
All paths are relative to The MirOS Project's CVS repository. All paths are relative to The MirOS Project's CVS repository.
The following files form The MirBSD Korn Shell R40e: The following files form The MirBSD Korn Shell R41:
- build system - build system
* mksh/Build.sh * mksh/Build.sh
- testsuite driver - testsuite driver
@ -117,7 +117,7 @@ Appendix A - The MirOS Licence (OSI approved)
The MirBSD Korn Shell (mksh) is The MirBSD Korn Shell (mksh) is
Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012 2011, 2012, 2013
Thorsten "mirabilos" Glaser <tg@mirbsd.org> Thorsten "mirabilos" Glaser <tg@mirbsd.org>
All rights reserved. All rights reserved.
@ -202,4 +202,4 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
_________________________________________________________________ _________________________________________________________________
$MirOS: www/files/TaC-mksh.txt,v 1.7 2012/03/24 23:05:02 tg Exp $ $MirOS: www/files/TaC-mksh.txt,v 1.9 2013/01/01 17:31:02 tg Exp $

View file

@ -2,7 +2,7 @@
# Slackware build script for mksh # Slackware build script for mksh
# Copyright (c) 2011-2012 Markus Reichelt, Aachen, DE # Copyright (c) 2011-2013 Markus Reichelt, Aachen, DE
# All rights reserved. # All rights reserved.
# #
# Permission to use, copy, modify, and distribute this software for # Permission to use, copy, modify, and distribute this software for
@ -23,15 +23,10 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
# 2011 Mar 20 - initial release
# 2011 Jun 13 - adapted to R40
# 2011 Aug 27 - adapted to R40b
# 2011 Sep 07 - upstream review; minor tweaks, updated TaC-mksh.txt added
# 2012 Apr 08 - adapted to R40f
PRGNAM=mksh PRGNAM=mksh
VERSION=${VERSION:-R40f} VERSION=${VERSION:-R41}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -68,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM rm -rf $PRGNAM
gzip -dc $CWD/$PRGNAM-$VERSION.cpio.gz | cpio -mid tar xf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM cd $PRGNAM
if [ "$STATIC" = "yes" ]; then if [ "$STATIC" = "yes" ]; then

View file

@ -1,10 +1,10 @@
PRGNAM="mksh" PRGNAM="mksh"
VERSION="R40f" VERSION="R41"
HOMEPAGE="http://mirbsd.de/mksh" HOMEPAGE="http://mirbsd.de/mksh"
DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R40f.cpio.gz" DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R41.tgz"
MD5SUM="22c9570660c2efadf36de7b620d06966" MD5SUM="70eca50d9340412714ef09b7060ebde9"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="markus reichelt" MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de" EMAIL="slackbuilds@mareichelt.de"