Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81372 Details for
Bug 124791
pdb2pqr ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for pdb2pqr
pdb2pqr-1.0.2.ebuild (text/plain), 1.21 KB, created by
Jeffrey Gardner (RETIRED)
on 2006-03-05 01:41:07 UTC
(
hide
)
Description:
ebuild for pdb2pqr
Filename:
MIME Type:
Creator:
Jeffrey Gardner (RETIRED)
Created:
2006-03-05 01:41:07 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils fortran > >DESCRIPTION="PDB2PQR is a Python software package that automates many of the common tasks of preparing structures for continuum electrostatics calculations." >LICENSE="GPL-2" >HOMEPAGE="http://pdb2pqr.sourceforge.net/" >SRC_URI="http://umn.dl.sourceforge.net/sourceforge/pdb2pqr/${P}.tar.gz" > >SLOT="0" >IUSE="" >KEYWORDS="~x86 ~amd64" > >DEPEND=">=dev-lang/python-2.4.2" > >pkg_setup() { > need_fortran g77 > if ! built_with_use =sys-devel/gcc-* fortran ; then > die "sys-devel/gcc must be built with USE=fortran." > fi >} > > >src_compile() { > local myconf > econf ${myconf} || die "configure failed" > emake || die "make failed" >} > >src_install() { > > exeinto /usr/lib/python2.4/site-packages/pdb2pqr > doexe *.py > > insinto /usr/lib/python2.4/site-packages/pdb2pqr/propka > doins propka/*propka* propka/__init__.py > > insinto /usr/lib/python2.4/site-packages/pdb2pqr/src > doins src/* > > insinto /usr/lib/python2.4/site-packages/pdb2pqr/dat > doins dat/* > > into /usr/bin > dosym /usr/lib/python2.4/site-packages/pdb2pqr/pdb2pqr.py /usr/bin/pdb2pqr > > dohtml doc/* || die "failed to install html docs" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 124791
:
81372
|
82020
|
82074
|
82200