Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37401505
en ru br
Репозитории ALT

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

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

Name: zaz
Version: 1.0.1
Release: alt1
Group: Games/Arcade
License: GPLv3
Source: %name-%version.tar.gz
Summary: A puzzle game where the player has to arrange balls in triplets
Url: http://sourceforge.net/projects/zaz
Packager: Fr. Br. George <george at altlinux.ru>
Requires: %name-data = %version

# Automatically added by buildreq on Fri Oct 09 2009

BuildRequires: ImageMagick-tools gcc-c++ libGL-devel libSDL-devel libSDL_image-devel libtheora-devel libvorbis-devel

BuildRequires: pkgconfig(ftgl) >= 2.1.3

%description
Zaz ain't Z*** is a puzzle game where the player has to arrange balls in triplets.

%package data
Group: Games/Arcade
Summary: Game data files for ZAZ
BuildArch: noarch

%description data
Zaz ain't Z*** is a puzzle game where the player has to arrange balls in triplets.
This package contains platform-independed data files.

%prep
%setup

cat > %name.sh << at  at  at
#!/bin/sh
if [ -z "\$LC_ALL" ]
then
 if [ -n "\$LANG" ]; then LC_ALL="\$LANG";
 elif [ -n "\$LC_MESSAGES" ]; then LC_ALL="\$LC_MESSAGES";
 fi
fi
case "\$LC_ALL" in
*_*.*) export LC_ALL="\${LC_ALL%%.*}.UTF-8";;
esac
exec "\$0.bin"
at  at  at

%build
sed -i 's/vorbisfile theoraenc/vorbisfile vorbis theoraenc/' configure.ac
%autoreconf
%configure
%make_build
convert extra/%name.xpm -resize 48x48 x48.xpm

%install
%makeinstall applicationdir=%buildroot%_desktopdir icondir=%buildroot%_iconsdir
install -D x48.xpm %buildroot%_liconsdir/%name.xpm
install -D extra/%name.xpm %buildroot%_iconsdir/hicolor/64x64/apps/%name.xpm
rm -rf %buildroot%prefix/doc %buildroot%_iconsdir/%name.xpm
mv %buildroot%_bindir/%name %buildroot%_bindir/%name.bin
install -m755 %name.sh %buildroot%_bindir/%name
%find_lang %name

%files -f %name.lang
%doc /usr/share/doc/zaz/*
%_bindir/*
%_desktopdir/%name.desktop
%_liconsdir/%name.xpm
%_iconsdir/hicolor/64x64/apps/%name.xpm
%dir %_datadir/%name

%files data
%_datadir/%name/*

%changelog

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

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