]> git.pld-linux.org Git - packages/asciijump.git/blob - asciijump.spec
- added Summary(pl), URLs, README,
[packages/asciijump.git] / asciijump.spec
1 # $Id: asciijump.spec,v 1.2 2003-03-02 00:25:01 gotar Exp $
2 Summary:        (a)sci(i)jump game
3 Summary(pl):    Skoki narciarskie w ascii
4 Name:           asciijump
5 Version:        0.0.2
6 Release:        2
7 License:        GPL
8 Group:          Applications/Games
9 Vendor:         Grzegorz Moskal <g.moskal@opengroup.org>
10 Source0:        http://otak.k-k.pl/asciijump/%{name}-%{version}.tar.gz
11 URL:            http://asciijump.prv.pl/
12 BuildRequires:  conflib-devel
13 BuildRequires:  slang-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Ski jumping in text mode.
18
19 %description -l pl
20 Skoki narciarskie w trybie tekstowym.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README README-pl
41 %attr(755,root,root) %{_bindir}/asciijump
42 %{_datadir}/asciijump
43 %{_applnkdir}/Games/Arcade/asciijump.desktop
44 %{_pixmapsdir}/asciijump.png
This page took 0.24556 seconds and 3 git commands to generate.