Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37600905
en ru br
ALT Linux repos
S:5.2.14-alt5
5.0: 5.2.14-alt2
4.1: 5.2.14-alt2
4.0: 5.2.14-ipl12mdk
3.0: 5.2.14-ipl12mdk

Group :: Shells
RPM: pdksh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pdksh
Version: 5.2.14
Release: ipl12mdk

Summary: A public domain clone of the Korn shell (ksh)
License: Public Domain
Group: Shells

Source: ftp://ftp.cs.mun.ca/pub/%name/%name-%version.tar.bz2

Patch0: pdksh-5.2.14-patches1.patch
Patch1: pdksh-5.2.14-alignia64.patch
Patch2: pdksh-5.2.14-patches2.patch

Provides: /bin/ksh

%description
The %name package contains PD-ksh, a clone of the Korn shell (ksh).
The ksh shell is a command interpreter intended for both interactive
and shell script use.  Ksh's command language is a superset of the
sh shell language.

Install the %name package if you want to use a version of the ksh
shell.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1


%build
%configure
%make_build

%install
%__mkdir_p %buildroot%_bindir

install -pD -m755 ksh %buildroot/bin/ksh
install -pD -m644 ksh.1 %buildroot%_man1dir/ksh.1
%__ln_s ksh.1 %buildroot%_man1dir/%name.1
%__ln_s ../../bin/ksh %buildroot%_bindir/
%__ln_s ksh %buildroot%_bindir/%name

%files
/bin/*
%_bindir/*
%_mandir/man?/*
%doc BUG-REPORTS ChangeLog* CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README

%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