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