]> git.pld-linux.org Git - packages/atomix.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Mon, 8 Dec 2003 16:47:03 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atomix.spec -> 1.1

atomix.spec [new file with mode: 0644]

diff --git a/atomix.spec b/atomix.spec
new file mode 100644 (file)
index 0000000..a6ca1d0
--- /dev/null
@@ -0,0 +1,63 @@
+Summary:       Little game where you have to build molecules out of single atoms
+Summary(pl):   Ma³a gra w której trzeba budowaæ cz±steczki z pojedynczych atomów
+Name:          atomix
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://triq.net/~jens/download/%{name}-%{version}.tar.gz
+# Source0-md5: 9c2c63ab1a3ea4c7b0246e1629aa9f4e
+URL:           http://triq.net/~jens/atomix.php
+Buildrequires: autoconf
+BuildRequires: automake
+BuildRequires: intltool
+Buildrequires: libglade2-devel >= 2.0.1
+BuildRequires: libgnomeui-devel >= 2.4.0
+BuildRequires: libxml2-devel >= 2.4.23
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Atomix is a little game where you have to build molecules out of
+single atoms. These are laying around between the walls and obstacles
+on the playfield. Once you have pushed an atom in one direction it
+moves until it hits an obstacle or another atom. The game is inspired
+by the original Amiga version.
+
+%description -l pl
+Atomix jest ma³± gr±, w której trzeba budowaæ cz±steczki z
+pojedynczych atomów, le¿±cych dooko³a na planszy. Gdy atom zostanie
+popchniêty, porusza siê w zadanym kierunku a¿ do momentu uderzenia w
+inny atom lub przeszkodê. Inspiracj± do powstania tej gry by³a
+oryginalna wersja na Amigê.
+
+%prep
+%setup -q
+
+%build
+glib-gettextize --copy --force
+intltoolize --copy --force
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
+%{_datadir}/gnome-2.0/ui/*.xml
+%{_localstatedir}/games/%{name}.scores
This page took 0.096774 seconds and 4 git commands to generate.