]> git.pld-linux.org Git - packages/openttd-opengfx.git/blame - openttd-opengfx.spec
- updated to 0.2.4
[packages/openttd-opengfx.git] / openttd-opengfx.spec
CommitLineData
3d59647f 1Summary: Open Source graphics base set for OpenTTD
2Summary(pl.UTF-8): Otwarty zestaw grafiki dla OpenTTD
5e017852 3Name: openttd-opengfx
03e4dd32 4Version: 0.2.4
3d59647f 5Release: 1
6License: GPL v2+
7Group: Applications/Games
5e017852 8Source0: http://bundles.openttdcoop.org/opengfx/releases/opengfx-%{version}-source.tar.gz
03e4dd32 9# Source0-md5: d9081b5077bb5501e5b8859395733b7b
3d59647f 10URL: http://wiki.openttd.org/Graphics_Replacement
11BuildRequires: grfcodec >= r2245
12BuildRequires: nforenum >= r2281
3d59647f 13BuildRequires: sed >= 4.0
14Requires: openttd-data
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19OpenGFX is an open source graphics base set for OpenTTD which can
20completely replace the TTD base set. The main goal of OpenGFX
21therefore is to provide a set of free base graphics which make it
22possible to play OpenTTD without requiring the (copyrighted) files
23from the TTD CD.
24
25%description -l pl.UTF-8
26OpenGFX to otwarty zestaw grafiki dla gry OpenTTD, który całkowicie
27zastępuje zestaw podstawowy TTD. Głównym celem OpenGFX jest
28dostarczenie darmowej grafiki, która umożliwii grę w OpenTTD bez
29konieczności posiadania oryginalnych plików z gry TTD, strzeżonych
30prawami autorskimi.
31
32%prep
5e017852 33%setup -q -n opengfx-%{version}-source
3d59647f 34%{__sed} -i 's,$(INSTALL_DIR),$(DESTDIR)$(INSTALL_DIR),' scripts/Makefile.bundles
35
36%build
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 INSTALL_DIR="%{_datadir}/openttd/data" \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc docs/{changelog.txt,readme.txt}
03e4dd32 52%{_datadir}/openttd/data/opengfx-%{version}.tar
This page took 0.073296 seconds and 4 git commands to generate.