]> git.pld-linux.org Git - packages/LAGII.git/blob - LAGII.spec
5d410593faf5eb2bcafe102f6856a03fe27c30ea
[packages/LAGII.git] / LAGII.spec
1 Name:           LAGII
2 Summary:        Interprets and runs AGI games
3 Summary(pl):    Interpretuje i uruchamia gry AGI
4 Version:        0.1.1
5 Release:        1
6 Group:          Console/Games
7 Vendor:         XoXus <xoxus@usa.net>
8 Copyright:      Freely distributable
9 Source:         http://www.zip.com.au/~gsymonds/LAGII/LAGII-0.1.1.tar.bz2
10 URL:            http://www.zip.com.au/~gsymonds/LAGII/
11 Requires:       svgalib
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description
15 LAGII interprets and runs AGI games under SVGALib. AGI games include most
16 of Sierra's classics, including Kings Quest, Space Quest and Police Quest.
17 You can also decompile the AGI LOGIC files and see how the game works.
18
19 %description -l pl
20 LAGII interpretuje i uruchamia gry AGI pod SVGALib. Gry AGI zawieraj±
21 wiêkszo¶æ klasycznych gier Sierray w³±czaj±c Kings Quest, Space Quest 
22 i Police Quest. Mo¿esz tak¿e zdekompilowaæ pliki AGI LOGIC i zobaczyæ
23 jak dzia³a dana gra.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure \
30         --with-no-giflib
31 make depend
32 make CFLAGS="$RPM_OPT_FLAGS"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_bindir}
37
38 install -s src/lagii $RPM_BUILD_ROOT%{_bindir}/
39 install -s 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 %{_bindir}/lagii
50 %{_bindir}/decomp
This page took 0.081879 seconds and 3 git commands to generate.