]> git.pld-linux.org Git - packages/brikx.git/blame - brikx.spec
- converted to UTF-8
[packages/brikx.git] / brikx.spec
CommitLineData
ee7019ae 1Summary: Puzzle game
c3cf4b13 2Summary(pl.UTF-8): Gra logiczna
ee7019ae 3Name: brikx
c6b4d913 4Version: 0.3.3
f1594830 5Release: 1
ee7019ae 6License: GPL v2+
7Group: X11/Applications/Games
12e7d7b7 8Source0: http://dl.sourceforge.net/brikx/%{name}-%{version}.tar.bz2
c6b4d913 9# Source0-md5: 04a21402041b2a3c2d1cd298fdb94268
ee7019ae 10URL: http://sourceforge.net/projects/brikx
11BuildRequires: SDL-devel
12BuildRequires: SDL_image-devel
13BuildRequires: SDL_ttf-devel
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: freetype
17BuildRequires: sed >= 4.0
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21A small puzzle game in which your goal is to remove all tiles. You are
22held up by other tiles, gravity, walls, and other things.
23
c3cf4b13
JR
24%description -l pl.UTF-8
25Mała gra logiczna, w której celem gracza jest pozbycie się wszystkich
26kulek. W dokonaniu tego przeszkadzają inne kulki, grawitacja, ściany
ee7019ae 27oraz inne rzeczy.
28
29%prep
12e7d7b7 30%setup -q -n %{name}
ee7019ae 31%{__sed} -i 's@data@%{_datadir}/%{name}@' src/brikx.h
32
33%build
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
38%configure
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48cp -r src/data/* $RPM_BUILD_ROOT%{_datadir}/%{name}
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
183ae233 55%doc AUTHORS ChangeLog TODO
ee7019ae 56%attr(755,root,root) %{_bindir}/%{name}
57%{_datadir}/%{name}
This page took 0.12686 seconds and 4 git commands to generate.