~ubuntu-branches/ubuntu/natty/gtkboard/natty

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
%define name	gtkboard
%define ver	0.11pre0
%define rel	1

Summary: Board games suite
Name: %name
Version: %ver
Release: %rel
Copyright: GPL
Group: Games
URL: http://gtkboard.sourceforge.net/
Source: %{name}-%{version}.tar.gz
BuildRoot: /tmp/%{name}-root
Prefix: /usr/local
Docdir: /usr/local/doc

%description
gtkboard is a board games architecture and implementation.

%prep
%setup -q

%build
%configure
make

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
/usr/local/bin/gtkboard
%doc COPYING README AUTHORS ChangeLog doc/