blob: 9a6a1bb6b4f445810bbe12bd24bcdada6b3d88f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
%global debug_package %{nil}
Name: sgabios.git
Version: 0
Release: 20100422.g23d4749%{?dist}
Summary: Serial Graphics Adapter BIOS - git snapshot
Group: Applications/Emulators
License: ASL 2.0
Source0: sgabios.git-g23d4749.tar.xz
BuildArch: noarch
%description
SGABIOS is designed to be inserted into a BIOS as an option rom to provide
over a serial port the display and input capabilities normally handled by
a VGA adapter and a keyboard, and additionally provide hooks for logging
displayed characters for later collection after an operating system boots.
%prep
%setup -q -n %{name}
%build
make
%install
mkdir -p %{buildroot}/usr/share/%{name}
cp sgabios.bin %{buildroot}/usr/share/%{name}
%files
/usr/share/%{name}
%changelog
|