forked from instead-hub/instead
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstead.spec
More file actions
40 lines (32 loc) · 838 Bytes
/
instead.spec
File metadata and controls
40 lines (32 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Summary: simple text adventures/visual novels engine and game
Name: instead
Version: 3.2.0
Release: 1%{?dist}
License: MIT
URL: http://instead.sourceforge.net
Source0: %{name}_%{version}.tar.gz
Group: Amusements/Games
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL2-devel, SDL2_mixer-devel, SDL2_image-devel, SDL2_ttf-devel, lua-devel
%description
Simple text adventures/visual novels engine and game
Visual novell/text quest-like game in Russian with engine.
%prep
%setup -q
echo -e "2\n\/usr" | ./configure.sh
%build
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
#%doc doc/*
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/doc/*
%{_mandir}/*