]> git.pld-linux.org Git - packages/fungimol.git/commitdiff
- initial pld relase (doesn't work yet)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Mar 2003 21:12:40 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fungimol.spec -> 1.1

fungimol.spec [new file with mode: 0644]

diff --git a/fungimol.spec b/fungimol.spec
new file mode 100644 (file)
index 0000000..ba4f4cb
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       An extensible system for designing atomic-scale objects
+Name:          fungimol
+Version:       0.5.1
+Release:       1
+License:       LGPL
+Group:         Applications/Engineering
+Source0:       http://www.fungible.com/fungimol/%{name}-%{version}.tar.gz
+Patch0:                %{name}-shared.patch
+URL:           http://www.fungible.com/fungimol/index.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: netpbm-devel
+BuildRequires: libstdc++-devel
+BuildRequires: gcc-g77
+BuildRequires: XFree86-devel
+
+%description
+The intent is to eventually extend it to be a useful system for doing
+molecular nanotechnology design work. At the moment it can view PDB
+files, edit Buckminsterfullerines, and it has a plugin to do Brenner's
+molecular dynamics force field.
+
+Donald Brenner's Fortran molecular dynamics package is also included.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} fullbuild CPLUSPLUS=%{__cxx} %{!?debug:NDEBUG=yes}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_prefix}/doc/fungimol-0.5.1
+%attr(755,root,root) %{_bindir}/*
+%{_includedir}/fungimol
+%{_datadir}/brennermd
+%{_datadir}/fungimol/plugins
This page took 0.119087 seconds and 4 git commands to generate.