]> git.pld-linux.org Git - packages/construo.git/blob - construo.spec
- ac/am, don't use /usr/games anymore.. (it's not a game and we don't use
[packages/construo.git] / construo.spec
1 Summary:        Simple 2D construction programme
2 Summary(pl):    Prosty program do tworzenia dwuwymiarowych konstrukcji
3 Name:           construo
4 Version:        0.2.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Amusements
8 Source0:        http://freesoftware.fsf.org/download/construo/construo.pkg/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  c18144898f98929b67245c5f703f9f39
10 Patch0:         %{name}-no_games.patch
11 URL:            http://www.nongnu.org/construo/
12 BuildRequires:  glut-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Construo is a programme for constructing wire-frame objects and let
17 them react on physical forces, its neither a real simulation nor a
18 real game, its just a little toy app which can be a nice way to waste
19 time.
20
21 %description -l pl
22 Construo to program do konstruowania obiektów w postaci modeli
23 drutowych i umo¿liwiania im reagowania na si³y fizyczne - nie jest to
24 prawdziwa symulacja ani prawdziwa gra, jedynie ma³a aplikacja do
25 zabawy, mog±ca byæ mi³ym sposobem marnowania czasu.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure \
36         --disable-debug
37 %{__make}
38
39 %install
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS NEWS README TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
This page took 0.109217 seconds and 3 git commands to generate.