]> git.pld-linux.org Git - packages/apricots.git/blob - apricots.spec
- stupid rpm
[packages/apricots.git] / apricots.spec
1 Summary:        Game where you fly a little plane around the screen and shoot things and drop bombs
2 Summary(pl):    Gra, polegaj±ca na lataniu samolotem, strzelaniu do ró¿nych rzeczy i zrzucaniu bomb
3 Name:           apricots
4 Version:        0.2.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www.fishies.org.uk/%{name}-%{version}.tar.gz
9 # Source0-md5:  910828d717e46d8cbd9c24f702d09fbc
10 Patch0:         %{name}-destdir.patch
11 URL:            http://www.fishies.org.uk/apricots.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  OpenAL-devel
15 BuildRequires:  SDL-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Game where you fly a little plane around the screen and shoot things
20 and drop bombs.
21
22 %description -l pl
23 Gra, polegaj±ca na lataniu samolotem, strzelaniu do ró¿nych rzeczy
24 i zrzucaniu bomb.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 cp %{_datadir}/automake/config.sub admin
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog README TODO apricots.html
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
This page took 0.220087 seconds and 3 git commands to generate.