]> git.pld-linux.org Git - packages/Moldy.git/commitdiff
- new
authorankry <ankry@pld-linux.org>
Wed, 12 Nov 2003 16:05:46 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Moldy.spec -> 1.1

Moldy.spec [new file with mode: 0644]

diff --git a/Moldy.spec b/Moldy.spec
new file mode 100644 (file)
index 0000000..da46b69
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       General-purpose molecular dynamics simulation program
+Summary(pl):   Program ogólnego stosowania do symulacji z dynamiki molekularnej
+Name:          Moldy
+Version:       3.4
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://www.earth.ox.ac.uk/~keith/download/Development/%{name}-%{version}.tar.gz
+# Source0-md5: 21d2c2920a80283f9751a4513ea27ef5
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Moldy is a general-purpose molecular dynamics simulation program
+written initially for Author's own research into aqueous solutions at
+mineral surfaces.  However it is sufficiently flexible that it ought
+to be useful for a wide range of simulation calculations of atomic,
+ionic and molecular systems.
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoheader}
+%{__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 TODO README AUTHORS NEWS
+%attr(755,root,root) %{_bindir}/*
This page took 0.059952 seconds and 4 git commands to generate.