]> git.pld-linux.org Git - packages/construo.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Sun, 27 Jul 2003 15:09:34 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    construo.spec -> 1.1

construo.spec [new file with mode: 0644]

diff --git a/construo.spec b/construo.spec
new file mode 100644 (file)
index 0000000..474b513
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       Simple 2D construction programm
+Summary(pl):   Prosty program do tworzenia dwuwymiarowych konstrukcji
+Name:          construo
+Version:       0.2.1
+Release:       1
+License:       GPL
+Group:         X11/Amusements
+Source0:       http://freesoftware.fsf.org/download/construo/construo.pkg/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: f8c27c5f2d806fcdc68a253e254490df
+URL:           http://www.nongnu.org/construo/
+BuildRequires: glut-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _bindir         %{_prefix}/games
+
+%description
+Construo is a programm for constructing wire-frame objects and let
+them react on physical forces, its neither a real simulation nor a
+real game, its just a little toy app which can be a nice way to waste
+time.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-debug
+%{__make}
+
+%install
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/games/construo
This page took 0.068503 seconds and 4 git commands to generate.