]> git.pld-linux.org Git - packages/acm.git/blob - acm.spec
- added the malloc.patch
[packages/acm.git] / acm.spec
1 Summary:        X based flight combat
2 Summary(de.UTF-8):      Flugkampfspiel unter X
3 Summary(fr.UTF-8):      Combat aérien sous X
4 Summary(pl.UTF-8):      Symulator lotu dla systemu X Window
5 Summary(tr.UTF-8):      X tabanlı uçuş ve savaş
6 Name:           acm
7 Version:        5.0
8 Release:        0.3
9 License:        GPL v2
10 Group:          X11/Applications/Games
11 Source0:        http://www.websimulations.com/download/%{name}-%{version}.tar.gz
12 # Source0-md5:  8d27051a3aa0d85b90f66a86f746e827
13 Patch0:         %{name}-ac_fix.patch
14 Patch1:         %{name}-sparc.patch
15 Patch2:         %{name}-general.patch
16 Patch3:         %{name}-DESTDIR.patch
17 Patch4:         %{name}-nolibs.patch
18 Patch5:         %{name}-malloc.patch
19 URL:            http://home.netcom.com/~rrainey/acm.html
20 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRequires:  gdbm-devel
23 BuildRequires:  xorg-lib-libXext-devel
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 ACM is an X based flight simulator. It also have network cabailities
28 for multiplayer games.
29
30 %description -l de.UTF-8
31 ACM ist ein Flugsimulator auf X-Basis, der netzwerkfähig ist und die
32 Teilnahme mehrerer Spieler gestattet.
33
34 %description -l fr.UTF-8
35 ACM est un simulateur de vol sous X. Il permet de jouer en réseau à
36 plusieurs joueurs.
37
38 %description -l pl.UTF-8
39 ACM to symulator lotu dla systemu X Window. Ma możliwość gry przez
40 sieć dla wielu graczy.
41
42 %description -l tr.UTF-8
43 ACM, X tabanlı bir uçuş simulatörüdür. Çok oyunculu oynayabilmek için
44 gerekli ağ yeteneklerine sahiptir.
45
46 %prep
47 %setup -q
48 chmod -R +rwX *
49 %patch0 -p0
50 %patch1 -p1
51 %patch2 -p1
52 %patch3 -p1
53 %patch4 -p1
54 %patch5 -p1
55
56 %build
57 rm -f missing
58 %{__aclocal}
59 %{__autoconf}
60 for dir in dis dis/disgen gedit; do
61         olddir=$(pwd)
62         cd $dir
63         %{__autoconf}
64         cd $olddir
65 done
66 %configure
67
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files
80 %defattr(644,root,root,755)
81 %attr(755,root,root) %{_bindir}/acm
82 %{_libdir}/games/acm
83 %{_mandir}/man1/acm.1*
This page took 0.069115 seconds and 3 git commands to generate.