Author: lisu Date: Thu Oct 15 08:45:28 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/techne: techne.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/techne/techne.spec diff -u /dev/null packages/techne/techne.spec:1.1 --- /dev/null Thu Oct 15 10:45:28 2009 +++ packages/techne/techne.spec Thu Oct 15 10:45:23 2009 @@ -0,0 +1,70 @@ +# $Revision$, $Date$ +# +# TODO: pl +# +Summary: Programmable physical simulator and renderer +Name: techne +Version: 0.1 +Release: 1 +License: GPL v3+ +Group: Applications +Source0: http://mirror.lihnidos.org/GNU/savannah/techne/%{name}-%{version}.tar.gz +# Source0-md5: ce836281dd38394f98a919d13ed891a7 +URL: http://savannah.nongnu.org/projects/techne/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-objc +BuildRequires: lua51 +BuildRequires: lua51-devel +BuildRequires: ode-devel +BuildRequires: sed >= 4.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Techne is a general purpose, programmable physical simulator and +renderer. It reads in a set of scripts wherein every aspect of a +physical system is specified and then proceeds to simulate and render +the system onscreen. This is the general idea. The main goal is to +decouple computer programming, in its involved low-level form at +least, from digital art creation, shifting effort away from worrying +about graphics library quirks and memory allocation and towards +understanding and modeling the physical and aesthetic aspects of a +given system. + +%prep +%setup -q +%{__sed} -i 's/\[lua5.1\]/\[lua51\]/' configure.ac + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/techne +%{_datadir}/%{name} +%dir %{_libdir}/%{name} +%{_libdir}/%{name}/*.so + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/10/15 08:45:23 lisu +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
