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