6 Star 0 Fork 3

src-openEuler/amtterm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
amtterm.spec 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
zhao-chaoxiang 提交于 2023-07-06 11:01 . Package init
Name: amtterm
License: GPLv2+
Version: 1.6
Release: 1
Summary: Serial-over-lan (sol) client for Intel AMT
Group: Applications/Internet
URL: http://www.kraxel.org/blog/linux/amtterm/
Source: http://www.kraxel.org/releases/%{name}/%{name}-%{version}.tar.gz
Requires: xdg-utils
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(vte-2.91)
%description
Serial-over-lan (sol) client for Intel AMT.
Includes a terminal and a graphical (gtk) version.
Also comes with a perl script to gather informations
about and remotely control AMT managed computers.
%prep
%setup -q
%build
export CFLAGS="%{optflags}"
make prefix=/usr
%install
make prefix=/usr DESTDIR=%{buildroot} STRIP="" install
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \
%{buildroot}/%{_datadir}/applications/gamt.desktop
%files
%doc COPYING
%{_bindir}/amtterm
%{_bindir}/amttool
%{_bindir}/gamt
%{_mandir}/man1/amtterm.1.gz
%{_mandir}/man1/amttool.1.gz
%{_mandir}/man1/gamt.1.gz
%{_mandir}/man7/amt-howto.7.gz
%{_datadir}/applications/gamt.desktop
%changelog
* Thu Jul 6 2023 zhaochaoxiang <[email protected]> - 1.6-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/amtterm.git
[email protected]:src-openeuler/amtterm.git
src-openeuler
amtterm
amtterm
master

搜索帮助