File: burgerspace.spec.in

package info (click to toggle)
burgerspace 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,548 kB
  • ctags: 694
  • sloc: sh: 10,091; cpp: 5,664; makefile: 285
file content (65 lines) | stat: -rw-r--r-- 1,829 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# $Id: burgerspace.spec.in,v 1.17.2.2 2010/05/13 03:06:59 sarrazip Exp $
# Spec file for burgerspace

# Release number can be specified with rpm --define 'rel SOMETHING' ...
# If no such --define is used, the release number is 1.
#
# Source archive's extension can be specified with rpm --define 'srcext .foo'
# where .foo is the source archive's actual extension.
# To compile an RPM from a .bz2 source archive, give the command
#   rpmbuild -ta --define 'srcext .bz2' @PACKAGE@-@VERSION@.tar.bz2
#
%if %{?rel:0}%{!?rel:1}
%define rel 1
%endif
%if %{?srcext:0}%{!?srcext:1}
%define srcext .gz
%endif

Summary: A hamburger-smashing video game
Name: @PACKAGE@
Version: @VERSION@
Release: %{rel}
License: GPL
Group: Amusements/Games
Source: %{name}-%{version}.tar%{srcext}
URL: http://sarrazip.com/dev/%{name}.html
Prefix: /usr
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires:      flatzebra       >= @MINVER_FLATZEBRA@
BuildRequires: flatzebra-devel >= @MINVER_FLATZEBRA@

%description
@PACKAGE_FULL_NAME@ is a game in which you are a chef who must walk
over hamburger parts (buns, meat, lettuce, etc) to make them fall from
floor to floor, until they end up on the plates at the bottom of the
screen.

%description -l fr
@PACKAGE_FULL_NAME@ est un jeu où vous êtes un chef qui doit marcher
sur des ingrédients de hamburger (pain, viande, lettue, etc) pour
les faire tomber d'étage en étage, jusqu'à ce qu'ils se retrouvent
dans les assiettes au bas de l'écran.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -fR $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"

%clean
rm -fR $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/sounds/*
%{_datadir}/applications/*
%{_mandir}/man*/*
%doc %{_defaultdocdir}/*