]> git.pld-linux.org Git - packages/arnold.git/blame - arnold.spec
- Amstrad CPC emulator
[packages/arnold.git] / arnold.spec
CommitLineData
604cd980 1Summary: Amstrad CPC Emulator
2Summary(pl): Emulator Amstrada CPC
3Name: arnold
4Version: 0.20020127
5Release: 0.9
6License: GPL
7Group: Applications
8Source0: http://arnold.emuunlim.com/download/arnsrc27012002.zip
9#Source0-md5: a8ae9ce1aeeae6ba9a19083731811150
10Patch0: %{name}-romsdir.patch
11BuildRequires: SDL-devel
12BuildRequires: gtk+-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Empty
17
18%description -l pl
19Empty
20
21%prep
22%setup -q -n arnold
23%patch0 -p1
24
25%build
26cd src
27chmod a+x configure
28%configure2_13
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_datadir}/arnold
35install -d $RPM_BUILD_ROOT%{_bindir}
36cp -Rf roms $RPM_BUILD_ROOT%{_datadir}/arnold
37install arnold $RPM_BUILD_ROOT%{_bindir}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc readme.txt
45%doc readme.linux
46%attr(755,root,root) %{_bindir}/*
47%dir %{_datadir}/arnold
48%dir %{_datadir}/arnold/roms
49%dir %{_datadir}/arnold/roms/*
50%attr(644,root,root) %{_datadir}/arnold/roms/*/*
This page took 0.074598 seconds and 4 git commands to generate.