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