From f2aaf133fda1a61019a6f66831e9ddf728c5fe29 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Wed, 6 Oct 2010 06:42:14 +0000 Subject: [PATCH] spec added --- instead.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 instead.spec diff --git a/instead.spec b/instead.spec new file mode 100644 index 0000000..34a7d58 --- /dev/null +++ b/instead.spec @@ -0,0 +1,41 @@ +Summary: simply text adventures/visual novels engine and game +Name: instead +Version: 1.2.3 +Release: 1%{?dist} +License: GPLv2 +URL: http://instead.googlecode.com +Source0: %{name}-%{version}.tar.gz +Group: Amusements/Games +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: SDL-devel, SDL_mixer-devel, SDL_image-devel, SDL_ttf-devel, lua-devel + +%description +Simply 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}/* +