]> git.pld-linux.org Git - packages/acm.git/blob - acm.spec
- Minor build stage fixes, still much work left for somebody....
[packages/acm.git] / acm.spec
1 # ToDo:
2 # - make it build,
3 # - make it work :>
4 # - make it install in a correct directory....
5 #
6 Summary:        X based flight combat.
7 Summary(de):    Flugkampfspiel unter X.
8 Summary(fr):    Combat aérien sous X.
9 Summary(tr):    X tabanlý uçuþ ve savaþ.
10 Summary(pl):    Symulator lotu dla X Windows.
11 Name:           acm
12 Version:        5.0
13 Release:        0.2
14 License:        GPL v2
15 Group:          X11/Applications/Games
16 Source0:        http://www.websimulations.com/download/%{name}-%{version}.tar.gz
17 Patch0:         %{name}-ac_fix.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 %patch0
41
42 %build
43 rm -f missing
44 %{__aclocal}
45 %{__autoconf}
46 #%{__autoheader}
47 for dir in dis dis/disgen gedit; do
48         olddir=$(pwd)
49         cd $dir
50         %{__autoconf}
51         cd $olddir
52 done
53 %configure 
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,lib/games,man/man1}
59
60 %{__make} install prefix=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %attr(755,root,root) %{_bindir}/acm
68 %attr(755,root,root) %{_bindir}/acms
69 %attr(755,root,root) %{_bindir}/kill-acms
70 %{_prefix}/man/man1/acm.1
71 %{_libdir}/games/acm
This page took 0.05594 seconds and 3 git commands to generate.