]> git.pld-linux.org Git - packages/ggl.git/blame - ggl.spec
- tabs in preamble
[packages/ggl.git] / ggl.spec
CommitLineData
f147160f 1Summary: ggl - High level game API
05646c41 2Summary(pl.UTF-8): ggl - wysokopoziomowe API dla gier
2bc10506 3Name: ggl
4Version: 0.2.0
5Release: 1
73607e0d 6License: GPL
2bc10506 7Group: Libraries
f4b2500c 8Source0: ftp://ceu.fi.udc.es/pub/os/linux/gpul/%{name}-%{version}.tar.bz2
0c7db6bd 9# Source0-md5: 1b021f0723ba7004522fb75c91cf2297
2bc10506 10BuildRequires: libggi-devel
f5b5f5a0 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2bc10506 12
13%define _prefix /usr
14
15%description
963f6269 16ggl - High level game API.
2bc10506 17
62e6daf5 18%description -l pl.UTF-8
963f6269 19ggl - wysokopoziomowe API dla gier.
2bc10506 20
21%package devel
963f6269 22Summary: ggl devel
05646c41 23Summary(pl.UTF-8): ggl - część dla programistów
2bc10506 24Group: Development/Libraries
2bc10506 25
26%description devel
963f6269 27ggl developement files.
2bc10506 28
62e6daf5 29%description devel -l pl.UTF-8
963f6269 30Pliki developerskie ggi.
2bc10506 31
32%prep
33%setup -q
34
35#%patch
36
37%build
38./configure --prefix=%{_prefix}
f147160f 39%{__make} RPM_OPT_FLAGS="%{rpmcflags}"
2bc10506 40
41%install
42rm -rf $RPM_BUILD_ROOT
1d4cb7f1 43%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
2bc10506 44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc
51#%attr(,,)
52
53%files devel
54%defattr(644,root,root,755)
55%doc
56#%attr(,,)
This page took 0.08144 seconds and 4 git commands to generate.