package created by autospec [release 1.0.0-1mamba;Tue Nov 17 2009]
This commit is contained in:
parent
79529b2740
commit
a512ead7e5
@ -1,2 +1,8 @@
|
|||||||
# briskola
|
# briskola
|
||||||
|
|
||||||
|
BrisKola is a clone of the Italian card game Briscola.
|
||||||
|
This is a classic Italian game, surely one of the most popular, thanks to the simplicity of the rules and the modest skills required to players.
|
||||||
|
|
||||||
|
BrisKola è un clone del gioco di carte della Briscola.
|
||||||
|
E' in classico gioco di carte, sicuramente uno dei più popolarim grazie alla semplicità delle regole e all'abilità modesta richiesta ai giocatori
|
||||||
|
|
||||||
|
74
briskola.spec
Normal file
74
briskola.spec
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
Name: briskola
|
||||||
|
Version: 1.0.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: BrisKola is a clone of the Italian card game Briscola.
|
||||||
|
Summary(it): BrisKola è un clone del gioco di carte italiano della Briscola.
|
||||||
|
Group: Graphical Desktop/Applications/Games
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
|
URL: http://www.briskola.net
|
||||||
|
Source: http://www.briskola.net/files/briskola-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libfontconfig-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXfixes-devel
|
||||||
|
BuildRequires: libXinerama-devel
|
||||||
|
BuildRequires: libXrender-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
BrisKola is a clone of the Italian card game Briscola.
|
||||||
|
This is a classic Italian game, surely one of the most popular, thanks to the simplicity of the rules and the modest skills required to players.
|
||||||
|
|
||||||
|
%description -l it
|
||||||
|
BrisKola è un clone del gioco di carte della Briscola.
|
||||||
|
E' in classico gioco di carte, sicuramente uno dei più popolarim grazie alla semplicità delle regole e all'abilità modesta richiesta ai giocatori
|
||||||
|
|
||||||
|
%prep
|
||||||
|
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake -d build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/briskola
|
||||||
|
%{_datadir}/applications/briskola.desktop
|
||||||
|
%{_datadir}/briskola/background/*.png
|
||||||
|
%{_datadir}/briskola/cards/*.png
|
||||||
|
%{_datadir}/briskola/decks/*.png
|
||||||
|
%{_datadir}/briskola/icons/*.png
|
||||||
|
%{_datadir}/briskola/misc/*.png
|
||||||
|
%{_datadir}/briskola/text/*.png
|
||||||
|
%{_datadir}/pixmaps/*.png
|
||||||
|
|
||||||
|
%doc README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Nov 17 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.0-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user