diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:41:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:41:03 +0000 |
commit | 2fce2056ba9afc805116b576cc9003a08150aedf (patch) | |
tree | ba6e99b56f713c2fff63e4199eb3eadf6a45d906 /app-sci/raster3d | |
parent | fix license (diff) | |
download | gentoo-2-2fce2056ba9afc805116b576cc9003a08150aedf.tar.gz gentoo-2-2fce2056ba9afc805116b576cc9003a08150aedf.tar.bz2 gentoo-2-2fce2056ba9afc805116b576cc9003a08150aedf.zip |
fix license
Diffstat (limited to 'app-sci/raster3d')
-rw-r--r-- | app-sci/raster3d/raster3d-2.6e.ebuild | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/app-sci/raster3d/raster3d-2.6e.ebuild b/app-sci/raster3d/raster3d-2.6e.ebuild index e7cd42d23123..9f2e5fc31106 100644 --- a/app-sci/raster3d/raster3d-2.6e.ebuild +++ b/app-sci/raster3d/raster3d-2.6e.ebuild @@ -1,24 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/raster3d/raster3d-2.6e.ebuild,v 1.3 2003/02/13 09:25:23 vapier Exp $ - -IUSE="" +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/raster3d/raster3d-2.6e.ebuild,v 1.4 2003/08/05 18:36:39 vapier Exp $ Name="Raster3D" S="${WORKDIR}/${Name}_${PV}" -SRC_URI="http://www.bmsc.washington.edu/${PN}/${Name}_${PV}.tar.gz" -HOMEPAGE="http://www.bmsc.washington.edu/raster3d/raster3d.html" DESCRIPTION="a set of tools for generating high quality raster images of proteins or other molecules" +HOMEPAGE="http://www.bmsc.washington.edu/raster3d/raster3d.html" +SRC_URI="http://www.bmsc.washington.edu/${PN}/${Name}_${PV}.tar.gz" -DEPEND="virtual/x11" - -SLOT="0" LICENSE="as-is" +SLOT="0" KEYWORDS="x86" -src_compile() { +DEPEND="virtual/x11" - cd ${S} +src_compile() { sed "/prefix/s/\/usr\/local/\/usr/" ${S}/Makefile.template > ${S}/Makefile.template.new mv ${S}/Makefile.template.new ${S}/Makefile.template @@ -27,7 +23,6 @@ src_compile() { } src_install() { - dodir /usr/bin dodir /usr/share/Raster3D/materials dodir /usr/share/Raster3D/html @@ -47,4 +42,3 @@ src_install() { echo -e "R3D_LIB=/usr/share/Raster3D/materials" > \ ${D}/etc/env.d/10raster3d } - |