]> git.pld-linux.org Git - packages/cgames.git/commitdiff
- initial release
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 7 May 2002 18:55:17 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    cgames.spec -> 1.1

cgames.spec [new file with mode: 0644]

diff --git a/cgames.spec b/cgames.spec
new file mode 100644 (file)
index 0000000..98a5829
--- /dev/null
@@ -0,0 +1,67 @@
+Summary:       Games for the Linux console
+Summary(pl):   Gry na Linuxow± konsolê
+Name:          cgames
+Version:       2.2
+Release:       1
+License:       GPL
+Group:         Applications/Games
+Source0:       http://www.muppetlabs.com/~breadbox/pub/software/%{name}-%{version}.tar.gz
+URL:           http://www.muppetlabs.com/~breadbox/software/cgames.html
+BuildRequires: gpm-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The programs in this distribution are re-implementations of games for the
+Linux console. Included please find three games:
+
+* cblocks -- sliding-block puzzles
+* cmines -- minesweeper
+* csokoban -- sokoban
+
+The games make use of the Linux console font (this means they won't work
+in any xterm!) and mouse support to improve the user interface.
+
+%description -l pl
+Programy w tym pakiecie to reimplementacja gier dla Linuksowej konsoli.
+Mo¿na tu znale¼æ trzy gry:
+
+* cblocks -- ³amig³ówka z przesuwaniem klocków
+* cmines -- saper
+* csokoban -- sokoban
+
+Gry wykorzystuj± fonty konsolowe (to oznacza, ¿e nie bêd± dzia³aæ w ¿adnym
+xtermie!) i myszkê do usprawnienia interfejsu u¿ytkownika.
+
+%prep
+%setup -q
+
+%build
+aclocal
+autoconf
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6} \
+       $RPM_BUILD_ROOT%{_datadir}/{csokoban,cblocks}
+
+install csokoban/csokoban $RPM_BUILD_ROOT%{_bindir}
+install cmines/cmines $RPM_BUILD_ROOT%{_bindir}
+install cblocks/cblocks $RPM_BUILD_ROOT%{_bindir}
+install */*.6 $RPM_BUILD_ROOT%{_mandir}/man6
+install csokoban/series/* $RPM_BUILD_ROOT%{_datadir}/csokoban
+install cblocks/series/* $RPM_BUILD_ROOT%{_datadir}/cblocks
+
+gzip -9nf Changelog
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/csokoban
+%{_datadir}/cgames
+%{_mandir}/man6/*
This page took 0.196388 seconds and 4 git commands to generate.