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