Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37480349
en ru br
Репозитории ALT

Группа :: Мониторинг
Пакет: inxi

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

Name: inxi
Version: 3.3.29
Release: alt1

Summary: A full featured system information script
Summary(ru): п║п╨я─п╦п©я┌ п╡я▀п╡п╬п╢п╟ п©п╬п╩п╫п╬п╧ п╦п╫я└п╬я─п╪п╟я├п╦п╦ п╬п╠ п╬п╠п╬я─я┐п╢п╬п╡п╟п╫п╦п╦ п╦ я│п╦я│я┌п╣п╪п╣

License: GPL-3.0-or-later
Group: Monitoring
URL: https://smxi.org
Vcs: https://github.com/smxi/inxi
# Source-url: https://github.com/smxi/inxi/archive/%version/%name-%version-1.tar.gz
Source: %name-%version.tar.gz

Packager: Andrey Cherepanov <cas at altlinux.org>

BuildArch: noarch

Requires: /usr/bin/perl
Requires: net-tools
Requires: pciutils
Requires: procps
Requires: lm_sensors
Requires: usbutils
Requires: hddtemp
# Recommends: glxinfo

AutoReq: no

%description
Inxi offers a wide range of built-in options, as well as a good number
of extra features which require having the script recommends installed
on the system.

%description -l ru
Inxi п©п╬п╥п╡п╬п╩я▐п╣я┌ п╡я▀п╡п╬п╢п╦я┌я▄ я─п╟п╥п╩п╦я┤п╫я┐я▌ п╦п╫я└п╬я─п╪п╟я├п╦я▌ п╬п╠ п╦я│п©п╬п╩я▄п╥я┐п╣п╪п╬п╪
п╬п╠п╬я─я┐п╢п╬п╡п╟п╫п╦п╦ п╦ п╬ я─п╟п╠п╬я┌п╣ я│п╦я│я┌п╣п╪я▀.

%prep
%setup
# Disable 'update' with inxi.conf method (suggested by upstream). This will
# tell user:
#   Error 20: Option: U has been disabled by the inxi distribution maintainer.
cat > %name.conf <<-EOF
# Updates are disabled because this is a system package.
ALLOW_UPDATE=false
EOF
sed -i '1s|/usr/bin/env perl|%__perl|' %name

%install
install -p -D -m 755 %name %buildroot/%_bindir/%name
install -p -D -m 644 %name.1 %buildroot/%_man1dir/%name.1
install -p -D -m 644 %name.conf %buildroot%_sysconfdir/%name.conf

%check
perl -c inxi
./inxi -V

%files
%doc %name.changelog README.txt LICENSE.txt
%config(noreplace) %_sysconfdir/%name.conf
%_bindir/%name
%_man1dir/%name.1*

%changelog

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

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