forked from pool/atomiks
Accepting request 238851 from home:dstoecker
OBS-URL: https://build.opensuse.org/request/show/238851 OBS-URL: https://build.opensuse.org/package/show/games/atomiks?expand=0&rev=1
This commit is contained in:
commit
cabd12f731
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
atomiks-1.03.tar.gz
Normal file
3
atomiks-1.03.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:838bd5ad1c6aa5aabbcc57912d144f66b835056e8f31fbacefcd8e7cd0cbcb15
|
||||
size 1347278
|
3
atomiks.png
Normal file
3
atomiks.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4e754265215da82d3b154c98a80e300d695dedaa9f9524dcc0452559385b9a2
|
||||
size 18231
|
60
atomiks.spec
Normal file
60
atomiks.spec
Normal file
@ -0,0 +1,60 @@
|
||||
#
|
||||
# spec file for package atomiks
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 Mateusz Viste
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: atomiks
|
||||
Version: 1.03
|
||||
Release: 0
|
||||
Summary: A faithful remake of, and a tribute to, Atomix, a classic puzzle game
|
||||
License: GPL-3.0+
|
||||
Group: Amusements/Games/Logic
|
||||
Url: http://atomiks.sourceforge.net/
|
||||
Source0: atomiks-1.03.tar.gz
|
||||
Source1: atomiks.png
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: SDL_image-devel
|
||||
BuildRequires: SDL_mixer-devel
|
||||
BuildRequires: libmikmod-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: dos2unix
|
||||
|
||||
%description
|
||||
Atomiks is a faithful remake of, and a tribute to, Atomix, a classic puzzle game
|
||||
created by Softtouch & RoSt and published in 1990 by the Thalion Software company.
|
||||
Atomiks is free software, and shares no code with the original Atomix game.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
make
|
||||
dos2unix readme.txt
|
||||
dos2unix license.txt
|
||||
dos2unix history.txt
|
||||
|
||||
%check
|
||||
|
||||
%install
|
||||
install -D atomiks %buildroot/%{_bindir}/atomiks
|
||||
|
||||
%files
|
||||
%attr(644, root, root) %doc readme.txt license.txt history.txt
|
||||
%attr(755, root, root) %{_bindir}/atomiks
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user