# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="DHIS client daemon" HOMEPAGE="http://www.dhis.org/" SRC_URI="ftp://ftp.dhis.org/pub/dhis/${P}.tar.gz" LICENSE="dhid" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" DEPEND=">=gmp-4.1-r1" src_compile() { emake || die } src_install() { dosbin dhid dosbin genkeys newinitd ${FILESDIR}/dhid-init dhid newconfd ${FILESDIR}/dhid-conf dhid dodoc AUTHORS dodoc CONTRIBUTORS dodoc COPYRIGHT dodoc INSTALL dodoc README dodoc WHATSNEW insinto /usr/share/doc/${PF}/ doins dhid.conf.sample }