]> git.pld-linux.org Git - packages/netris.git/commitdiff
new; great network game
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Mar 2001 09:46:16 +0000 (09:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netris.spec -> 1.1

netris.spec [new file with mode: 0644]

diff --git a/netris.spec b/netris.spec
new file mode 100644 (file)
index 0000000..7c8b45e
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       A free networked version of T*tris
+Summary(pl):   Darmowa, sieciowa wersja T*trisa
+Name:          netris
+Version:       0.5
+Release:       1
+URL:           http://www.netris.org/
+License:       GPL
+Group:         Applications/Games
+Group(de):     Applikationen/Spiele
+Group(pl):     Aplikacje/Gry
+Source0:       ftp://ftp.netris.org/pub/netris/%{name}-%{version}.tar.gz
+Patch0:                %{name}-make.patch
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A free networked version of T*tris
+
+%description -l pl
+Darmowa, sieciowa wersja T*trisa
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+./Configure \
+       --copt "%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install netris $RPM_BUILD_ROOT%{_bindir}
+install sr     $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README FAQ *_desc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc *.gz
This page took 0.073031 seconds and 4 git commands to generate.