]> git.pld-linux.org Git - packages/gmonsters.git/blob - gmonsters.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/gmonsters.git] / gmonsters.spec
1 Summary:        A little monster breeding for Gnome
2 Summary(pl):    Hodowanie potworów dla GNOME
3 Name:           gmonsters
4 Version:        0.4.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://download.sourceforge.net/gmonsters/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}-desktop.patch
10 URL:            http://gmonsters.sourceforge.net/
11 BuildRequires:  gnome-libs-devel
12 BuildRequires:  imlib-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 Obsoletes:      %{name}-devel
15 Obsoletes:      %{name}-static
16
17 %define         _datadir        %{_prefix}/share
18
19 %description
20 GMonsters is a monster training game similar in some aspects to the
21 Monster Rancher game on Playstation. It features numerous species;
22 many different attacks; the ability to capture, train, and raise
23 monsters; and more features are to come. It is fairly incomplete right
24 now but it is stable and won't (easily) crash. Have fun!
25
26 %description -l pl
27 GMonsters to gra w tresowanie potworów podobna pod niektórymi
28 wzglêdami do Monster Rancher z Playstation. Ma wiele gatunków; wiele
29 ró¿nych rodzajów ataków; mo¿liwo¶æ ³apania, tresowania, hodowli
30 potworów; wiele innych w przysz³o¶ci. Jest jeszcze nie dokoñczona, ale
31 stabilna. Mi³ej zabawy.
32
33 %prep
34 %setup -q
35 %patch -p1
36
37 %build
38 %configure2_13
39 sed 's:@prefix@:%{_prefix}:g' < src/filedirs.h.in > src/filedirs.h
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         gnomemenudir=%{_applnkdir}/Games/Strategy
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post   -p /sbin/ldconfig
53 %postun -p /sbin/ldconfig
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README TODO
58 %attr(755,root,root) %{_bindir}/gmonsters
59 %{_datadir}/gnome/help/gmonsters
60 %{_datadir}/gmonsters
61 %{_pixmapsdir}/*.png
62 %{_applnkdir}/Games/Strategy/*
This page took 0.358394 seconds and 3 git commands to generate.