]> git.pld-linux.org Git - SPECS.git/blob - wordwarvi.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / wordwarvi.spec
1 Summary:        Shoot 'em up '80s style arcade game
2 Summary(pl.UTF-8):      Strzelanka w stylu lat 80-tych
3 Name:           wordwarvi
4 Version:        0.26
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/wordwarvi/%{name}-%{version}.tar.gz
9 # Source0-md5:  1c12a53839baf9c35c8671aa228043ab
10 URL:            http://wordwarvi.sourceforge.net/
11 BuildRequires:  gtk+2-devel
12 BuildRequires:  libvorbis-devel
13 BuildRequires:  perl-base
14 BuildRequires:  portaudio-devel >= 19
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Word War vi is your basic side-scrolling shoot 'em up '80s style
19 arcade game. You pilot your "vi"per craft through core memory,
20 rescuing lost .swp files, avoiding OS defenses, and wiping out those
21 memory hogging emacs processes. When all the lost .swp files are
22 rescued, head for the socket which will take you to the next node in
23 the cluster.
24
25 %description -l pl.UTF-8
26 Word War vi jest prostą strzelanką platformową w stylu lat 80-tych.
27 Zadaniem gracza jest pilotowanie statku o nazwie 'vi'per przez rdzeń
28 pamięci, ratowanie zagubionych plików .swp, unikanie obrony Systemu
29 Operacyjnego oraz czyszczenie obszarów pamięci blokowanych przez
30 procesy emacsa. Kiedy wszystko zostanie wyczyszczone gracz przenosi
31 się do kolejnego klastra pamięci.
32
33 %prep
34 %setup -q
35 %{__perl} -pi -e 's/gcc/\$(CC)/' Makefile
36
37 %build
38 %{__make} \
39         CC="%{__cc}" \
40         OPTIMIZE_FLAG="%{rpmcflags}" \
41         PROFILE_FLAG="%{rpmldflags}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS changelog.txt
55 %attr(755,root,root) %{_bindir}/%{name}
56 %{_datadir}/%{name}
57 %{_mandir}/man6/%{name}.6*
This page took 0.035607 seconds and 3 git commands to generate.