]> git.pld-linux.org Git - packages/atomix.git/blob - atomix.spec
a6ca1d04084d8b82bcc56bc7953425940b8e39da
[packages/atomix.git] / atomix.spec
1 Summary:        Little game where you have to build molecules out of single atoms
2 Summary(pl):    Ma³a gra w której trzeba budowaæ cz±steczki z pojedynczych atomów
3 Name:           atomix
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://triq.net/~jens/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  9c2c63ab1a3ea4c7b0246e1629aa9f4e
10 URL:            http://triq.net/~jens/atomix.php
11 Buildrequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  intltool
14 Buildrequires:  libglade2-devel >= 2.0.1
15 BuildRequires:  libgnomeui-devel >= 2.4.0
16 BuildRequires:  libxml2-devel >= 2.4.23
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Atomix is a little game where you have to build molecules out of
21 single atoms. These are laying around between the walls and obstacles
22 on the playfield. Once you have pushed an atom in one direction it
23 moves until it hits an obstacle or another atom. The game is inspired
24 by the original Amiga version.
25
26 %description -l pl
27 Atomix jest ma³± gr±, w której trzeba budowaæ cz±steczki z
28 pojedynczych atomów, le¿±cych dooko³a na planszy. Gdy atom zostanie
29 popchniêty, porusza siê w zadanym kierunku a¿ do momentu uderzenia w
30 inny atom lub przeszkodê. Inspiracj± do powstania tej gry by³a
31 oryginalna wersja na Amigê.
32
33 %prep
34 %setup -q
35
36 %build
37 glib-gettextize --copy --force
38 intltoolize --copy --force
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog NEWS README TODO
59 %attr(755,root,root) %{_bindir}/*
60 %{_datadir}/%{name}
61 %{_desktopdir}/*.desktop
62 %{_datadir}/gnome-2.0/ui/*.xml
63 %{_localstatedir}/games/%{name}.scores
This page took 0.056559 seconds and 2 git commands to generate.