Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 36917436
en ru br
ALT Linux repos
S:59c-alt1
5.0: 33-alt1
4.1: 33-alt1

Group :: Shells
RPM: mksh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: mksh
Version: 59c
Release: alt1

Summary: MirBSD enhanced version of the Korn Shell
# ISC (strlcpy.c) and MirOS (the rest)
License: MirOS AND ISC
Group: Shells

URL: http://www.mirbsd.de/mksh.htm

# http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.tgz

Source0: %{name}-%{version}.tar
Source1: %{name}.watch

%description
mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh),
a bourne-compatible shell which is largely similar to the original AT&T Korn
shell. It includes bug fixes and feature improvements in order to produce a
modern, robust shell good for interactive and especially script use, being a
bourne shell replacement, pdksh successor and an alternative to the C shell.

%prep
%setup -q

%build
%add_optflags %optflags_warnings
sh Build.sh -r

%install
install -D -m 755 %name %buildroot/bin/%name
install -D -m 644 %name.1 %buildroot/%_man1dir/%name.1

%files
/bin/%name
%_man1dir/*
%doc dot.mkshrc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin