Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37738662
en ru br
Репозитории ALT
5.1: 0.2-alt0.1
4.1: 0.2-alt0.1
4.0: 0.2-alt0.1
www.altlinux.org/Changes

Группа :: Игры/Аркады
Пакет: snowball

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: snowball
Version: 0.2
Release: alt0.1

Summary: Snowball is a free (GPL) jump'n'run game

License: GPL
Group: Games/Arcade
Url: http://snowball.retrovertigo.de/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://snowball.retrovertigo.de/%name.tar.bz2

# python version independent

Requires: python-module-pygame
BuildArchitectures: noarch
%add_python_req_skip credits editor font game gimmick highscore level options

%description
Snowball is a free (GPL) jump'n'run game inspired by games like "Solomon's
Key" or "Spherical".  Guide Tux the penguin through the levels and help
him to bring the snowball save to the exit. Create iceblocks, collect
keys, use transporters and beware of traps and monsters!

%prep
%setup -q -n %name
%build

%install
%__mkdir_p %buildroot/%_gamesdatadir/%name
%__cp -pr ./ %buildroot/%_gamesdatadir/%name

%__mkdir_p %buildroot%_gamesbindir
cat >%buildroot%_gamesbindir/%name <<EOF
#!/bin/sh
cd %_gamesdatadir/%name
/usr/bin/env python %name.py
EOF

%post
%update_menus

%postun
%clean_menus

%files
%attr (0755, root root) %_gamesbindir/*
#%doc authors.txt highscore.txt
%_gamesdatadir/%name
#%_iconsdir/*
#%_menudir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin