]> git.pld-linux.org Git - packages/netris.git/blob - netris.spec
bdabdc6f0bcf9a35e0ec6f0178446285dfbe0a05
[packages/netris.git] / netris.spec
1 Summary:        A free networked version of T*tris
2 Summary(pl):    Darmowa, sieciowa wersja T*trisa
3 Name:           netris
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Games
8 Source0:        ftp://ftp.netris.org/pub/netris/%{name}-%{version}.tar.gz
9 # Source0-md5:  a30c950fd4e4779a26f856bc7cd1aaff
10 Patch0:         %{name}-make.patch
11 URL:            http://www.netris.org/
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A free networked version of T*tris.
17
18 %description -l pl
19 Darmowa, sieciowa wersja T*trisa.
20
21 %prep
22 %setup -q
23 %patch0 -p1
24
25 %build
26 ./Configure \
27         --copt "%{rpmcflags}"
28 %{__make}
29
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install netris  $RPM_BUILD_ROOT%{_bindir}
36 install sr      $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README FAQ *_desc
44 %attr(755,root,root) %{_bindir}/*
This page took 0.063391 seconds and 2 git commands to generate.