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