]> git.pld-linux.org Git - packages/netris.git/blob - netris.spec
- release 3
[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.52
5 Release:        3
6 License:        GPL
7 Group:          Applications/Games
8 Source0:        ftp://ftp.netris.org/pub/netris/%{name}-%{version}.tar.gz
9 # Source0-md5:  b55af5697175ee06f7c6e40101979c38
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 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install {netris,sr} $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README FAQ *_desc
42 %attr(755,root,root) %{_bindir}/*
This page took 0.10566 seconds and 3 git commands to generate.