Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37540959
en ru br
Репозитории ALT
S:0.16-alt1.gitceb6e78
www.altlinux.org/Changes

Группа :: Other
Пакет: progress

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

%define _unpackaged_files_terminate_build 1

Name: progress
Version: 0.16
Release: alt1.gitceb6e78
Summary: Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)
License: GPL-3.0
Group: Other
URL: https://github.com/Xfennec/progress
Source: %name-%version.tar

BuildRequires: libncursesw-devel

%description
This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only C command that looks for
coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on
your system and displays the percentage of copied data. It can also show estimated time
and throughput, and provides a "top-like" mode (monitoring).

%prep
%setup

%build
%make_build

%install
mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_man1dir
install -m 0755 %name %buildroot%_bindir
install -m 0644 %name.1* %buildroot%_man1dir

%files
%_bindir/%name
%_man1dir/%name.1*
%doc LICENSE

%changelog

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

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