]> git.pld-linux.org Git - packages/gMUDvattix.git/blob - gMUDvattix.spec
62f93ac2b8f7978b4bcdbd53ec71940d1eff1bd3
[packages/gMUDvattix.git] / gMUDvattix.spec
1 Summary:        Client for Vattghern mud game
2 Summary(pl.UTF-8):      Klient dla muda Vattghern
3 Name:           gMUDvattix
4 Version:        0.5.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Games
8 Source0:        http://www.vattghern.pl/pliki/%{name}-%{version}.tgz
9 # Source0-md5:  5a3f04080d8001e73e15353a06be5edc
10 URL:            http://www.vattghern.com.pl/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  gtk+2-devel >= 1:2.0.0
14 BuildRequires:  pkgconfig
15 BuildRequires:  sed >= 4.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This is offcial client for Vattghern mud game.
20
21 %description -l pl.UTF-8
22 Jest to oficjalny klient dla gry mudowej Vattghern.
23
24 %prep
25 %setup -q
26
27 sed -i -e '/^CFLAGS=/d' configure.ac
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README TODO doc/gmudix.txt
49 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.092524 seconds and 2 git commands to generate.