]> git.pld-linux.org Git - packages/frotz.git/commitdiff
- raw from Lukasz Pawelczyk (havner); he will finish up these later
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 13 Aug 2003 13:39:56 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    frotz.spec -> 1.1

frotz.spec [new file with mode: 0644]

diff --git a/frotz.spec b/frotz.spec
new file mode 100644 (file)
index 0000000..73efd4f
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       Interpreter for old Infocom text games
+Summary(pl):   Interpreter dla starych tekstówek Infocomu
+Name:          frotz
+Version:       2.43
+Release:       1
+License:       GPL
+Group:         Applications/Games
+Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: efe51879e012b92bb8d5f4a82e982677
+Source1:       %{name}-wrapper
+Patch0:                %{name}-makefilefix.patch
+Patch1:                %{name}-configfix.patch
+URL:           http://www.ifarchive.com/
+BuildRequires: ncurses-devel
+Requires:      ncurses
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Interpreter for old Infocom text games, so called Interactive Fiction
+Adventure.
+
+%description -l pl
+Interpreter dla starych tekstówek Infocomu, zwanych takze Interactive
+Fiction Adventure.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man6
+install -d $RPM_BUILD_ROOT%{_datadir}/games/zcode
+install frotz $RPM_BUILD_ROOT%{_bindir}
+install doc/frotz.6 $RPM_BUILD_ROOT%{_mandir}/man6/
+install doc/frotz.conf-big $RPM_BUILD_ROOT%{_sysconfdir}/frotz.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/games/zcode/wrapper.sh
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS BUGS ChangeLog HOW_TO_PLAY README README.1st SPEECH TODO
+%attr(755,root,root) %{_bindir}/frotz
+%{_mandir}/man6/*
+%dir %{_datadir}/games/zcode
+%attr(755,root,root) %{_datadir}/games/zcode/wrapper.sh
+%{_sysconfdir}/frotz.conf
This page took 0.088976 seconds and 4 git commands to generate.