]> git.pld-linux.org Git - packages/gemrb.git/commitdiff
- new
authorlisu <lisu@pld-linux.org>
Thu, 2 Nov 2006 21:09:31 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NFY

Changed files:
    gemrb.spec -> 1.1

gemrb.spec [new file with mode: 0644]

diff --git a/gemrb.spec b/gemrb.spec
new file mode 100644 (file)
index 0000000..d39aa9f
--- /dev/null
@@ -0,0 +1,56 @@
+#
+# Conditional build:
+%bcond_without png     # build without png
+#
+Summary:       Emulator of BioWare's Infinity game engine
+Summary(pl):   Emulator silnika BioWare Infinity
+Name:          gemrb
+Version:       0.2.7
+Release:       0.1
+License:       GPL v2+
+Group:         Applications/Emulators
+Source0:       http://dl.sourceforge.net/gemrb/%{name}-%{version}.tar.gz
+# Source0-md5: 5ccc073a21464a33ca0e712c5dba34b0
+URL:           http://gemrb.sourceforge.net/
+BuildRequires: OpenAL-devel
+BuildRequires: SDL-devel >= 1.2
+BuildRequires: autoconf
+BuildRequires: automake
+%{?with_png:BuildRequires:     libpng-devel}
+BuildRequires: python-devel >= 2.2
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This Game Engine is a port of the original Infinity Engine (the one of
+Baldur's Gate, Planescape: Torment, Icewind Dale) to Linux/Unix, MacOs
+X and Windows with some Enhancements.
+
+%description -l pl
+Silnik ten jest portem oryginalnego silnika Infinity Engine (u¿ywanego
+przez Baldur's Gate, Planescape: Torment, Icewind Dale) dla systemów
+Linux/Unix, MacOs i Windowsa. Silnik posiada kilka ulepszeñ.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO %{name}/docs/en/*.txt
This page took 0.079663 seconds and 4 git commands to generate.