]> git.pld-linux.org Git - packages/glparchis.git/blame - glparchis.spec
- converted to UTF-8
[packages/glparchis.git] / glparchis.spec
CommitLineData
87494842 1Summary: A 3D game of Parcheesi
55a29267 2Summary(pl.UTF-8): Trójwymiarowa gra w chińczyka
87494842 3Name: glparchis
4Version: 20061101
5Release: 1
6License: GPL v2+
7Group: X11/Applications/Games
8Source0: http://dl.sourceforge.net/glparchis/%{name}-%{version}.tar.gz
9# Source0-md5: fd42345bf9093c87b2105f41ec2bf30e
10URL: http://glparchis.sourceforge.net/
1725e9c3 11BuildRequires: OpenGL-devel
8b33f582 12BuildRequires: OpenGL-glut-devel
87494842 13BuildRequires: SDL-devel
30ae0934 14BuildRequires: SDL_image-devel
87494842 15BuildRequires: SDL_mixer-devel
16BuildRequires: SDL_ttf-devel
17Buildrequires: autoconf
18BuildRequires: automake
b9ff228d 19BuildRequires: libxml2-devel
3c7c86d9 20BuildRequires: sed >= 4.0
87494842 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24glParchis is a 3D game of Parcheesi.
25
55a29267
JR
26%description -l pl.UTF-8
27glParchis jest trójwymiarową grą w chińczyka.
87494842 28
29%prep
30%setup -q
3c7c86d9 31%{__sed} -i 's@%{_prefix}/local@%{_prefix}@' src/textura.cpp
87494842 32
33%build
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
38%configure
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%find_lang %{name}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files -f %{name}.lang
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog NEWS* TODO
55%attr(755,root,root) %{_bindir}/*
56%{_datadir}/%{name}
This page took 0.067874 seconds and 4 git commands to generate.