]> git.pld-linux.org Git - packages/acm.git/blob - acm.spec
0c02f78d8541c8cb9119a58f38714527925c9975
[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.2
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 URL:            http://home.netcom.com/~rrainey/acm.html
19 BuildRequires:  XFree86-devel
20 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 ACM is an X based flight simulator. It also have network cabailities
26 for multiplayer games.
27
28 %description -l de.UTF-8
29 ACM ist ein Flugsimulator auf X-Basis, der netzwerkfähig ist und die
30 Teilnahme mehrerer Spieler gestattet.
31
32 %description -l fr.UTF-8
33 ACM est un simulateur de vol sous X. Il permet de jouer en réseau à
34 plusieurs joueurs.
35
36 %description -l pl.UTF-8
37 ACM to symulator lotu dla systemu X Window. Ma możliwość gry przez
38 sieć dla wielu graczy.
39
40 %description -l tr.UTF-8
41 ACM, X tabanlı bir uçuş simulatörüdür. Çok oyunculu oynayabilmek için
42 gerekli ağ yeteneklerine sahiptir.
43
44 %prep
45 %setup -q
46 chmod -R +rwX *
47 %patch0 -p0
48 %patch1 -p1
49 %patch2 -p1
50 %patch3 -p1
51 %patch4 -p1
52
53 %build
54 rm -f missing
55 %{__aclocal}
56 %{__autoconf}
57 for dir in dis dis/disgen gedit; do
58         olddir=$(pwd)
59         cd $dir
60         %{__autoconf}
61         cd $olddir
62 done
63 %configure
64
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %attr(755,root,root) %{_bindir}/acm
79 %{_libdir}/games/acm
80 %{_mandir}/man1/acm.1*
This page took 0.534016 seconds and 2 git commands to generate.