diff options
Diffstat (limited to 'sgabios.git.spec')
-rw-r--r-- | sgabios.git.spec | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sgabios.git.spec b/sgabios.git.spec new file mode 100644 index 0000000..9a6a1bb --- /dev/null +++ b/sgabios.git.spec @@ -0,0 +1,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 |