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