]> git.pld-linux.org Git - packages/STonX.git/blame - STonX.spec
- converted to UTF-8
[packages/STonX.git] / STonX.spec
CommitLineData
28b1d266
JB
1#
2# Conditional build:
64240fba 3%bcond_without svga # without svgalib support
28b1d266 4#
28b1d266
JB
5%define tosarchname tos206us.zip
6%define tosfilename Tos206.img
7
8Summary: Atari ST on Unix/X
35c12501 9Summary(pl.UTF-8): Atari ST pod Uniksem/X
28b1d266
JB
10Name: STonX
11Version: 0.6.5
a2c54230 12Release: 2
28b1d266
JB
13License: GPL (except TOS image)
14Group: Applications/Emulators
28b1d266 15Source0: http://www.complang.tuwien.ac.at/nino/stonx/%{name}-%{version}.tar.gz
ec57f8bb 16# Source0-md5: 54ce49f5a64f0e7779000245a9b903a6
28b1d266
JB
17# to use TOS image legally, one probably must own real Atari ST...
18Source1: %{tosarchname}
19NoSource: 1
20Patch0: %{name}-nox.patch
21Patch1: %{name}-svga.patch
a2c54230
JB
22Patch2: %{name}-link.patch
23Patch3: %{name}-segv.patch
28b1d266 24URL: http://www.complang.tuwien.ac.at/nino/stonx.html
a2c54230 25BuildRequires: autoconf >= 2.59-9
ae6a3290
ER
26BuildRequires: rpmbuild(macros) >= 1.268
27%{?with_svga:BuildRequires: svgalib-devel}
28b1d266 28BuildRequires: unzip
a2c54230 29BuildRequires: xorg-lib-libXext-devel
50c824b0 30Requires(post,postun): fontpostinst
28b1d266
JB
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
28b1d266
JB
33%description
34STonX is a software emulator, which runs on Unix workstations with the
ae6a3290
ER
35X Window system%{?with_svga: or svgalib}, and emulates an Atari ST
36computer.
28b1d266 37
35c12501
JR
38%description -l pl.UTF-8
39STonX jest programowym emulatorem komputera Atari ST, działającym na
64240fba 40Uniksach z X Window System%{?with_svga: lub svgalib}.
28b1d266
JB
41
42%prep
43%setup -q -a1
44%patch0 -p1
45%patch1 -p1
a2c54230
JB
46%patch2 -p1
47%patch3 -p1
28b1d266
JB
48
49mv -f %{tosfilename} tos.img
50
51%build
d2fd0ab9 52%{__autoconf}
28b1d266
JB
53%configure
54
55%{__make} \
56 OPT="%{rpmcflags}" \
57 REGS="%{!?debug:-fomit-frame-pointer}" \
64240fba 58 %{?with_svga:USE_SVGALIB=1}
28b1d266
JB
59
60%install
61rm -rf $RPM_BUILD_ROOT
62install -d $RPM_BUILD_ROOT{%{_libdir}/STonX,%{_bindir},%{_fontsdir}/misc}
ca9f2511 63
28b1d266 64install stonx tos.img cartridge.img Keysyms $RPM_BUILD_ROOT%{_libdir}/STonX
ca9f2511 65
28b1d266
JB
66gzip -9nf data/*.pcf
67install data/*.pcf.gz $RPM_BUILD_ROOT%{_fontsdir}/misc
68
ae6a3290 69cat > $RPM_BUILD_ROOT%{_bindir}/stonx <<'EOF'
28b1d266
JB
70#!/bin/sh
71cd %{_libdir}/STonX
72
ae6a3290 73%{?with_svga:if [ -z "$DISPLAY" ]; then exec ./stonx -svga ; fi}
28b1d266
JB
74exec ./stonx
75EOF
76
28b1d266
JB
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%post
50c824b0 81fontpostinst misc
28b1d266
JB
82
83%postun
50c824b0 84fontpostinst misc
28b1d266
JB
85
86%files
87%defattr(644,root,root,755)
e35acd85 88%doc docs/{PROGRAMS,README,RELEASE_NOTES,TOS-VERSIONS}
28b1d266
JB
89%attr(755,root,root) %{_bindir}/*
90%dir %{_libdir}/STonX
91%attr(755,root,root) %{_libdir}/STonX/stonx
92%{_libdir}/STonX/*.img
93%{_libdir}/STonX/Keysyms
50c824b0 94%{_fontsdir}/misc/*.pcf.gz
This page took 0.041489 seconds and 4 git commands to generate.