]> git.pld-linux.org Git - packages/acm.git/blob - acm.spec
- ac_fix added
[packages/acm.git] / acm.spec
1 # ToDo:
2 # - make it build,
3 # - make it work :>
4 #
5 Summary:        X based flight combat.
6 Summary(de):    Flugkampfspiel unter X.
7 Summary(fr):    Combat aérien sous X.
8 Summary(tr):    X tabanlý uçuþ ve savaþ.
9 Summary(pl):    Symulator lotu dla X Windows.
10 Name:           acm
11 Version:        5.0
12 Release:        0.1
13 Copyright:      MIT
14 Group:          X11/Applications/Games
15 Source0:        http://www.websimulations.com/download/%{name}-%{version}.tar.gz
16 Patch0:         %{name}-ac_fix.patch
17 URL:            http://home.netcom.com/~rrainey/acm.html
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 ACM is an X based flight simulator. It also have network cabailities
22 for multiple player games.
23
24 %description -l de
25 ACM ist ein Flugsimulator auf X-Basis, der netzwerkfähig ist und die
26 Teilnahme mehrerer Spieler gestattet.
27
28 %description -l fr
29 ACM est un simulateur de vol sous X. Il permet de jouer en réseau à
30 plusieurs joueurs.
31
32 %description -l tr
33 ACM, X tabanlý bir uçuþ simulatörüdür. Çok oyunculu oynayabilmek için
34 gerekli að yeteneklerine sahiptir.
35
36 %prep
37 %setup -q
38 chmod -R +rwX *
39 %patch0
40
41 %build
42 rm -f missing
43 %{__aclocal}
44 %{__autoconf}
45 #%{__autoheader}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,lib/games,man/man1}
52
53 %{__make} prefix=$RPM_BUILD_ROOT install
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %attr(755,root,root) %{_bindir}/acm
61 %attr(755,root,root) %{_bindir}/acms
62 %attr(755,root,root) %{_bindir}/kill-acms
63 %{_prefix}/man/man1/acm.1
64 %{_libdir}/games/acm
This page took 0.038009 seconds and 3 git commands to generate.