]> git.pld-linux.org Git - packages/LAGII.git/blob - LAGII.spec
5733985ae7946c8dc8173115ae97869ecb2d86d1
[packages/LAGII.git] / LAGII.spec
1 Summary:        Interprets and runs AGI games
2 Summary(pl.UTF-8):   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 # Source0-md5:  deafc7baed2bad73b6761c376dceff93
11 URL:            http://www.zip.com.au/~gsymonds/LAGII/
12 BuildRequires:  svgalib-devel
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.UTF-8
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 %configure2_13 \
32         --with-no-giflib
33 %{__make} depend
34 %{__make} \
35         CFLAGS="%{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40
41 install src/lagii decomp/decomp $RPM_BUILD_ROOT%{_bindir}
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}
49 %attr(755,root,root) %{_bindir}/lagii
50 %attr(755,root,root) %{_bindir}/decomp
This page took 0.09942 seconds and 3 git commands to generate.