]> git.pld-linux.org Git - packages/LAGII.git/blob - LAGII.spec
s/Freely/freely in License
[packages/LAGII.git] / LAGII.spec
1 Summary:        Interprets and runs AGI games
2 Summary(pl):    Interpretuje i uruchamia gry AGI
3 Name:           LAGII
4 Version:        0.1.5
5 Release:        2
6 License:        freely distributable
7 Group:          Applications/Games
8 Vendor:         XoXus <xoxus@usa.net>
9 Source0:        http://www.zip.com.au/~gsymonds/LAGII/%{name}-%{version}.tar.bz2
10 URL:            http://www.zip.com.au/~gsymonds/LAGII/
11 BuildRequires:  svgalib-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 LAGII interprets and runs AGI games under SVGALib. AGI games include
16 most of Sierra's classics, including Kings Quest, Space Quest and
17 Police Quest. You can also decompile the AGI LOGIC files and see how
18 the game works.
19
20 %description -l pl
21 LAGII interpretuje i uruchamia gry AGI pod SVGALib. Gry AGI zawieraj±
22 wiêkszo¶æ klasycznych gier Sierray w³±czaj±c Kings Quest, Space Quest
23 i Police Quest. Mo¿esz tak¿e zdekompilowaæ pliki AGI LOGIC i zobaczyæ
24 jak dzia³a dana gra.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure2_13 \
31         --with-no-giflib
32 %{__make} depend
33 %{__make} CFLAGS="%{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38
39 install src/lagii decomp/decomp $RPM_BUILD_ROOT%{_bindir}
40
41 gzip -9nf doc/DRIVER-HOWTO doc/FAQ doc/README
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc doc/{DRIVER-HOWTO,FAQ,README}.gz
49 %attr(755,root,root) %{_bindir}/lagii
50 %attr(755,root,root) %{_bindir}/decomp
This page took 0.131153 seconds and 3 git commands to generate.