Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 6beb36b38029227b125f82149030c9cb > files > 3

hmmer-2.3.2-1mdk.src.rpm

%define name		hmmer
%define version		2.3.2
%define release		1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Profile HMMs for protein sequence analysis
Group:		Sciences/Biology
License:	GPL
URL:		http://hmmer.wustl.edu
Source:		ftp://ftp.genetics.wustl.edu/pub/eddy/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch:		%{name}-2.3.2.makefile.patch.bz2
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
Profile hidden Markov models (profile HMMs) can be used to do sensitive
database searching using statistical descriptions of a sequence family's
consensus. HMMER is a freely distributable implementation of profile HMM
software for protein sequence analysis.

%prep
%setup -q
%patch

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc 00README COPYRIGHT INSTALL NOTES LICENSE Userguide.pdf
%doc documentation tutorial
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Tue Sep 28 2004 Guillaume Rousse <guillomovitch@mandrake.org> 2.3.2-1mdk 
- first mdk release