]> git.pld-linux.org Git - packages/apricots.git/blob - apricots.spec
- BR: libstdc++-devel
[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:  OpenAL-devel
13 BuildRequires:  SDL-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libstdc++-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Game where you fly a little plane around the screen and shoot things
21 and drop bombs.
22
23 %description -l pl
24 Gra, polegaj±ca na lataniu samolotem, strzelaniu do ró¿nych rzeczy
25 i zrzucaniu bomb.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 cp /usr/share/automake/config.sub admin
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README TODO apricots.html
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/%{name}
This page took 0.078787 seconds and 3 git commands to generate.