]> git.pld-linux.org Git - packages/bastet.git/blob - bastet.spec
- hu summary and description
[packages/bastet.git] / bastet.spec
1 Summary:        Tetris game
2 Summary(hu.UTF-8):      Egy Tetris-klón
3 Summary(pl.UTF-8):      Gra typu tetris
4 Name:           bastet
5 Version:        0.43
6 Release:        1
7 License:        GPL v3+
8 Group:          X11/Applications/Games
9 Source0:        http://fph.altervista.org/prog/files/%{name}-%{version}.tgz
10 # Source0-md5:  b47090daa7b6d89b98b5b477cf155733
11 URL:            http://fph.altervista.org/prog/bastet.html
12 BuildRequires:  ncurses-devel
13 BuildRequires:  sed >= 4.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Bastet stands for "bastard tetris", and is a simple ncurses-based
18 Tetris(R) clone for Linux. Unlike normal Tetris(R), however, Bastet
19 does not choose your next brick at random. Instead, it uses a special
20 algorithm designed to choose the worst brick possible. As you can
21 imagine, playing Bastet can be a very frustrating experience!
22
23 %description -l hu.UTF-8
24 Bastet a "bastard tetris" rövidítése, és egy egyszerű ncurses-alapú
25 Tetris(R)-klón Linux-ra. A hagyományos Tetris(R)-szel ellentétben a
26 Bastet a következő elemet nem véletlenszerűen választja, hanem egy
27 speciális algoritmust használ, amellyel a lehető legrosszabb elemet
28 választja ki. Gondolhatod, hogy a Bastet-tel való játék nagyon mennyire
29 frusztráló lehet!
30
31 %description -l pl.UTF-8
32 Klon gry tetris.
33
34 %prep
35 %setup -q
36 %{__sed} -i 's@curses.h@ncurses/curses.h@' `grep -r -l 'curses.h' .`
37
38 %build
39 %{__make} \
40         CXX="%{__cxx}" \
41         CXXFLAGS="%{rpmcxxflags}" \
42         LDFLAGS="%{rpmldflags} `ncurses5-config --libs`"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47
48 install bastet $RPM_BUILD_ROOT%{_bindir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS NEWS README
56 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.034733 seconds and 4 git commands to generate.