]> git.pld-linux.org Git - packages/freedroid.git/blame - freedroid.spec
- fixed group
[packages/freedroid.git] / freedroid.spec
CommitLineData
b04f13a8 1Summary: Clone of the C64 Game Paradroid
2Summary(pl): Klon gry Paranoid z C64
3Name: freedroid
8def49ed 4Version: 1.0.2
ac87b45a 5Release: 3
b04f13a8 6License: GPL
c269a971 7Group: X11/Applications/Games
feefed62 8Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
8def49ed 9# Source0-md5: 585a65f61c2cd308ab45d5c514f695dc
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
f0509712 16BuildRequires: automake
b04f13a8 17BuildRequires: libjpeg-devel
18BuildRequires: libpng-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This is a clone of the classic game "Paradroid" on Commodore 64 with
23some improvements and extensions to the classic version.
24
25%description -l pl
26Jest to klon klasycznej gry "Paranoid" na Commodore 64 z kilkoma
27ulepszeniami i dodatkami.
28
29%prep
30%setup -q
31
32%build
f0509712 33cp /usr/share/automake/config.sub .
b04f13a8 34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
9ba5153c 39install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
5795dabd 40
b04f13a8 41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
9ba5153c 44install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
f66881ad 45install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
5795dabd 46
b04f13a8 47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
46d3d32c 52%doc AUTHORS NEWS README TODO
b04f13a8 53%attr(755,root,root) %{_bindir}/*
54%{_datadir}/%{name}
9ba5153c 55%{_desktopdir}/*
f66881ad 56%{_pixmapsdir}/*
b04f13a8 57%{_mandir}/man6/*
This page took 0.110613 seconds and 4 git commands to generate.