diff options
Diffstat (limited to 'sci-libs/pgd-utils/pgd-0.1.ebuild')
-rw-r--r-- | sci-libs/pgd-utils/pgd-0.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/pgd-utils/pgd-0.1.ebuild b/sci-libs/pgd-utils/pgd-0.1.ebuild new file mode 100644 index 0000000..69600ca --- /dev/null +++ b/sci-libs/pgd-utils/pgd-0.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +DESCRIPTION="Protein Geometry Database library-access modules" +HOMEPAGE="http://oregonstate.edu/dept/biochem/faculty/karplus.html" +SRC_URI="${P}.tar.gz" +LICENSE="" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +RDEPEND=">=dev-lang/python-2.4" +DEPEND="${RDEPEND}" |