]> git.pld-linux.org Git - packages/freedroid.git/blame - freedroid.spec
- icon
[packages/freedroid.git] / freedroid.spec
CommitLineData
b04f13a8 1Summary: Clone of the C64 Game Paradroid
2Summary(pl): Klon gry Paranoid z C64
3Name: freedroid
4Version: 1.0.1
f66881ad 5Release: 3
b04f13a8 6License: GPL
7Group: Applications/Games
feefed62 8Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
3af1d5bf 9# Source0-md5: a4350ce4695d1ab65db7b6e1d7124863
0728a950 10Source1: %{name}.desktop
f66881ad 11Source2: %{name}.png
b04f13a8 12URL: http://freedroid.sourceforge.net/
13BuildRequires: SDL-devel >= 1.2.3
b04f13a8 14BuildRequires: SDL_image-devel
f66881ad 15BuildRequires: SDL_mixer-devel
b04f13a8 16BuildRequires: libjpeg-devel
17BuildRequires: libpng-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This is a clone of the classic game "Paradroid" on Commodore 64 with
22some improvements and extensions to the classic version.
23
24%description -l pl
25Jest to klon klasycznej gry "Paranoid" na Commodore 64 z kilkoma
26ulepszeniami i dodatkami.
27
28%prep
29%setup -q
30
31%build
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
f66881ad 37install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games,%{_pixmapsdir}}
5795dabd 38
b04f13a8 39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
feefed62 42install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
f66881ad 43install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
5795dabd 44
b04f13a8 45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
46d3d32c 50%doc AUTHORS NEWS README TODO
b04f13a8 51%attr(755,root,root) %{_bindir}/*
52%{_datadir}/%{name}
5795dabd 53%{_applnkdir}/Games/*
f66881ad 54%{_pixmapsdir}/*
b04f13a8 55%{_mandir}/man6/*
This page took 0.187889 seconds and 4 git commands to generate.