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

Группа :: Игры/Настольные
Пакет: qqwing

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

Name: qqwing
Version: 1.3.4
Release: alt2

Summary: Command-line Sudoku solver and generator
Group: Games/Boards
License: GPLv2+
Url: http://%name.com/

Source: http://%name.com/%name-%version.tar.gz

Requires: lib%name = %version-%release
BuildRequires: gcc-c++

%description
QQwing is a command-line Sudoku solver and generator.

%package -n lib%name
Summary: Library for Sudoku solving and generation
Group: System/Libraries

%description -n lib%name
lib%name is a C++ library for solving and generating Sudoku puzzles.

%package -n lib%name-devel
Summary: Development files for lib%name
Group: Development/C++
Requires: lib%name = %version-%release

%description -n lib%name-devel
The lib%name-devel package contains libraries and header files for
developing applications that use lib%name.

%prep
%setup

%build
%autoreconf
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%_bindir/%name
%_man1dir/%name.1.*
%doc README AUTHORS

%files -n lib%name
%_libdir/lib%name.so.*

%files -n lib%name-devel
%_includedir/%name.hpp
%_libdir/lib%name.so
%_pkgconfigdir/%name.pc

%changelog

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

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