]> git.pld-linux.org Git - packages/gfxboot.git/blame - gfxboot.spec
- pld-ize, added License
[packages/gfxboot.git] / gfxboot.spec
CommitLineData
0a8f0568 1Summary: Graphical boot logo for lilo and syslinux
4fad45f9 2Name: gfxboot
0a8f0568 3Version: 4.2.1
cf7072ee 4Release: 1
4fad45f9 5License: GPL v2
0a8f0568 6Group: Applications/System
0a8f0568 7Source0: %{name}-%{version}.tar.gz
8# Source0-md5: d37d8bbb10df63723a895203e4289dd0
4fad45f9 9URL: http://www.gamers.org/~quinet/lilo/
10BuildRequires: freetype-devel
11BuildRequires: nasm
12BuildRequires: perl-base
13ExclusiveArch: %{ix86} %{x8664}
cf7072ee 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Here you find the graphical boot logo. Suitable for both lilo and
18syslinux.
19
0a8f0568 20%package themes
21Summary: Tools for creating a graphical boot logo
cf7072ee 22Group: Applications/System
23
0a8f0568 24%description themes
cf7072ee 25Here you find the necessary programs to create your own graphical boot
26logo. The logo can be used with lilo and syslinux.
27
cf7072ee 28%prep
29%setup -q
cf7072ee 30
31%build
32%{__make}
cf7072ee 33
34%install
35rm -rf $RPM_BUILD_ROOT
0a8f0568 36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
cf7072ee 39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
0a8f0568 45%attr(755,root,root) %{_sbindir}/gfxboot
46%attr(755,root,root) %{_sbindir}/gfxboot-compile
47%attr(755,root,root) %{_sbindir}/gfxboot-font
48%attr(755,root,root) %{_sbindir}/gfxtest
cf7072ee 49
0a8f0568 50%files themes
cf7072ee 51%defattr(644,root,root,755)
0a8f0568 52%{_sysconfdir}/bootsplash/themes/SLED
53%{_sysconfdir}/bootsplash/themes/SLES
54%{_sysconfdir}/bootsplash/themes/openSUSE
55%{_sysconfdir}/bootsplash/themes/upstream
This page took 0.071572 seconds and 4 git commands to generate.