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