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