Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37569960
en ru br
Репозитории ALT
S:1.3.20171209-alt2
5.1: 1.1-alt2
4.1: 1.1-alt2
4.0: 1.1-alt1
3.0: 1.0-alt2
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: dialog

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

# -*- rpm-spec -*-
# $Id: dialog,v 1.5 2003/09/05 10:17:48 grigory Exp $

Name: dialog
Version: 1.0
Release: alt2
%define snapshot 20041222

Summary: A utility for creating TTY dialog boxes
License: GPL
Group: Development/Other

Url: http://invisible-island.net/dialog/
Source: ftp://invisible-island.net/dialog/%name-%version-%snapshot.tar.bz2
Source1: gauge2x
Patch1: %name-gauge.patch
Provides: cdialog
Obsoletes: cdialog

Requires: terminfo

BuildPreReq: libncurses-devel libtinfo-devel

%description
Dialog is a utility that allows you to show dialog boxes (containing
questions or messages) in TTY (text mode) interfaces.  Dialog is called
from within a shell script.  The following dialog boxes are implemented:
yes/no, menu, input, message, text, info, checklist, radiolist, and
gauge.

Install dialog if you would like to create TTY dialog boxes.

%prep
%setup -q -n %name-%version-%snapshot
%__install -m0644 %SOURCE1 samples/
#%patch1 -p1

%build
%configure --enable-nls
%make_build

%install
%makeinstall
find samples -type f -print0 |xargs -r0 %__chmod a-x

%find_lang %name

%files -f %name.lang
%doc README samples
%_bindir/dialog
%_man1dir/dialog.*

%changelog

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

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