]> git.pld-linux.org Git - packages/acm.git/blob - acm.spec
0db9d28c636b7642dbcfbc2fd9145d18b329b877
[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}-4.7-linux.patch
17 #Patch1:                %{name}-4.7-glibc.patch
18 URL:            http://home.netcom.com/~rrainey/acm.html
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 ACM is an X based flight simulator. It also have network cabailities
23 for multiple player games.
24
25 %description -l de
26 ACM ist ein Flugsimulator auf X-Basis, der netzwerkfähig ist und die
27 Teilnahme mehrerer Spieler gestattet.
28
29 %description -l fr
30 ACM est un simulateur de vol sous X. Il permet de jouer en réseau à
31 plusieurs joueurs.
32
33 %description -l tr
34 ACM, X tabanlý bir uçuþ simulatörüdür. Çok oyunculu oynayabilmek için
35 gerekli að yeteneklerine sahiptir.
36
37 %prep
38 %setup -q
39 chmod -R +rwX *
40 #%patch -p1 -b .linux
41 #%patch1 -p1 -b .noglibc
42
43 %build
44 rm -f missing
45 %{__aclocal}
46 %{__autoconf}
47 #%{__autoheader}
48 #%{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,lib/games,man/man1}
55
56 %{__make} prefix=$RPM_BUILD_ROOT install
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %attr(755,root,root) %{_bindir}/acm
64 %attr(755,root,root) %{_bindir}/acms
65 %attr(755,root,root) %{_bindir}/kill-acms
66 %{_prefix}/man/man1/acm.1
67 %{_libdir}/games/acm
This page took 0.046698 seconds and 2 git commands to generate.