package created by silvan using the webbuild interface [release 1.07-1mamba;Mon May 27 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 18:20:32 +01:00
parent b95dbfd8ee
commit 390d66d78c
2 changed files with 47 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# tack # tack
The 'tack' program is a diagnostic that is designed to create and verify the correctness of terminfo's. This program can be used to create new terminal descriptions that are not included in the standard release

45
tack.spec Normal file
View File

@ -0,0 +1,45 @@
Name: tack
Version: 1.07
Release: 1mamba
Summary: A diagnostic that is designed to create and verify the correctness of terminfo's
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://invisible-island.net/ncurses/tack.html
Source: ftp://dickey.his.com/ncurses/tack-%{version}.tgz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libncurses-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The 'tack' program is a diagnostic that is designed to create and verify the correctness of terminfo's. This program can be used to create new terminal descriptions that are not included in the standard release
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/tack
%{_mandir}/man1/tack.1.gz
%doc COPYING
%changelog
* Mon May 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07-1mamba
- package created by silvan using the webbuild interface