]> git.pld-linux.org Git - packages/lifegeek.git/blob - lifegeek.spec
- updated to 1.0b9
[packages/lifegeek.git] / lifegeek.spec
1 Summary:        "The Life of a Geek" game
2 Summary(pl):    Gra "The Life of a Geek" (¯ycie geeka)
3 Name:           lifegeek
4 Version:        1.0
5 %define _pre    b9
6 Release:        0.%{_pre}.1
7 License:        GPL v2
8 Group:          Applications/Games
9 Source0:        http://dl.sourceforge.net/lifegeek/%{name}-%{version}%{_pre}.tar.gz
10 # Source0-md5:  3beef0d05999ec7727efb6db6fdf07b9
11 Patch0:         %{name}-path.patch
12 BuildRequires:  libstdc++-devel
13 URL:            http://lifegeek.sourceforge.net/
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The Life of a Geek is very silly console game in which you (a geek)
18 must keep a computer running until you graduate college. Surf around
19 on the Internet, battling hackers to gain money and better security
20 for your box. Drink lots of caffeine to keep yourself awake, since if
21 you go to sleep, you risk an attack on your computer. Save up money to
22 take a month-long college course and improve your education, but
23 remember that paying attention to schoolwork also leaves your computer
24 open to attack. Find a quick job for a month at places like fast-food
25 restaurants and grocery stores, but remember again that time away from
26 your computer leaves it open to attack. Virii may also appear on your
27 computer, weakening your computer's health points regularly until
28 cleaned.
29
30 %description -l pl
31 Life of a Geek (¯ycie geeka) to bardzo g³upia gra dzia³aj±ca na
32 terminalu tekstowym, w której gracz (geek) musi utrzymaæ dzia³aj±cy
33 komputer do czasu ukoñczenia uczelni. Musi szperaæ po Internecie,
34 walcz±c z hakerami, aby zdobyæ pieni±dze i lepsze bezpieczeñstwo dla
35 maszyny. Musi piæ du¿o kawy, aby trzymaæ siê na nogach, poniewa¿
36 je¶li za¶nie, mo¿e naraziæ komputer na atak. Trzeba gromadziæ
37 fundusze, aby uczestniczyæ w miesiêcznych kursach doskonal±c swoje
38 wykszta³cenie, ale jednocze¶nie trzeba pamiêtaæ, ¿e po¶wiêcanie
39 uwagi nauce tak¿e pozostawia komputer otwartym na atak. Gracz musi
40 znale¼æ pracê w miejscach typu restauracje fast-food czy sklepy
41 spo¿ywcze, ale tu tak¿e musi pamiêtaæ, ¿e w czasie nieobecno¶ci
42 komputer pozostaje otwarty na ataki. W komputerze mog± pojawiæ siê
43 tak¿e wirusy, regularnie os³abiaj±c zdrowie komputera do czasu
44 usuniêcia ich.
45
46 %prep
47 %setup -q -n %{name}
48 %patch -p1
49
50 %build
51 %{__make} \
52         CXX="%{__cxx}" \
53         CXXFLAGS="%{rpmcflags} -Wall"
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_var}/games/%{name}}
58
59 install lifegeek $RPM_BUILD_ROOT%{_bindir}
60 install *.lg     $RPM_BUILD_ROOT%{_datadir}/%{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc CHANGELOG INSTALL TODO
68 %attr(2755,root,games) %{_bindir}/*
69 %attr(775,root,games) %dir %{_var}/games/lifegeek
70 %{_datadir}/%{name}
This page took 0.085504 seconds and 3 git commands to generate.