# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A comprehensive Collection of ANSI C Routines for the Handling of Space Group Symmetry" HOMEPAGE="http://82.130.66.13/LFK/software/sginfo/" MY_P=${P/./_} MY_P=${MY_P/-/_} SRC_URI="http://82.130.66.13/LFK/software/sginfo/${MY_P}.tar.Z" LICENSE="freedist" # That is not the correct license, but it's close. # license should be: free distribution, non comercial, copyright notice has to stay: # Space Group Info (c) 1994-96 Ralf W. Grosse-Kunstleve SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="" DEPEND="" S=${WORKDIR}/${MY_P} src_install() { dobin sginfo dodoc README license }