Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37406052
en ru br
Репозитории ALT
S:0.5.11.18.g6f6d1f2-alt1
5.1: 0.5.5.1-alt5
4.1: 0.5.4-alt3
4.0: 0.5.3-alt6
3.0: 0.5.2-alt1
www.altlinux.org/Changes

Группа :: Интерпретаторы команд
Пакет: ash

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Summary: A smaller version of the Bourne shell
Name: ash
Version: 0.5.11.18.g6f6d1f2
Release: alt1

License: BSD-3-Clause
Group: Shells
Url: http://gondor.apana.org.au/~herbert/dash/

Packager: Alexey Gladkov <legion at altlinux.ru>

Source: %name-%version.tar
Patch01: 0001-Implement-losetup-as-builtin.patch
Patch02: 0002-Use-CFLAGS-to-compile-helpers.patch
Patch03: 0003-Enable-large-file-support-when-available.patch

Conflicts: mkinitrd <= 1:1.7
Provides: dash

# Automatically added by buildreq on Mon Jun 19 2006

BuildRequires: glibc-devel-static

%description
The %name shell is a clone of Berkeley's Bourne shell.  Ash
supports all of the standard sh shell commands, but is considerably
smaller than bash.  The %name shell lacks some features (for example,
command-line histories), but needs a lot less memory.

You should install %name if you need a lightweight shell with many of the
same capabilities as the bash shell.

%package static
Summary: A smaller version of the Bourne shell statically linked
License: BSD-3-Clause
Group: Shells

%description static
The %name shell is a clone of Berkeley's Bourne shell.  Ash
supports all of the standard sh shell commands, but is considerably
smaller than bash.  The %name shell lacks some features (for example,
command-line histories), but needs a lot less memory.

You should install %name if you need a lightweight shell with many of the
same capabilities as the bash shell.

This version is statically compiled.

%prep
%setup -q
%autopatch -p1

sed -i -e 's,\$(tempfile),`mktemp -t ash.XXXXXX`,' src/mkbuiltins

%build
BUILD_FLAGS="%optflags_warnings -Wunused-function -Wunused-label -Wunused-variable -Wunused-value"

%autoreconf
%define _configure_script ../configure
rm -rf build-dynamic build-static
mkdir -p build-dynamic build-static

cd build-dynamic
export CFLAGS="$BUILD_FLAGS -Werror"
%configure --disable-dependency-tracking
%make_build
mv src/dash sh.dynamic
cd -

cd build-static
export CFLAGS="$BUILD_FLAGS -Werror"
%configure --disable-dependency-tracking --enable-static
%make_build
mv src/dash sh.static
cd -

%install
mkdir -p %buildroot/lib/mkinitrd/initramfs/bin

install -m755 -pD build-dynamic/sh.dynamic %buildroot/bin/%name
install -m755 -pD build-static/sh.static %buildroot/bin/%name.static
ln -s %name %buildroot/bin/bsh
ln -s %name %buildroot/bin/dash

install -m644 -pD src/dash.1 %buildroot/%_man1dir/%name.1
ln -s %name.1 %buildroot/%_man1dir/bsh.1
ln -s %name.1 %buildroot/%_man1dir/dash.1

%files
/bin/%name
/bin/bsh
/bin/dash
%_man1dir/*

%files static
/bin/%name.static

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin