# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" DESCRIPTION="CHRiSNEW's SigInfo Updater" SRC_URI="http://siginfo.verfriemelt.org/download/siginfoupdater-${PV}.tar.gz" HOMEPAGE="http://siginfo.verfriemelt.org/" LICENSE="as-is" KEYWORDS="~x86 ~amd64 -*" SLOT="0" src_compile() { gcc ${CFLAGS} -o ${WORKDIR}/${PN} ${WORKDIR}/src/${P}.c } src_install() { dobin ${WORKDIR}/${PN} dodoc ${WORKDIR}/src/README } pkg_postinst() { einfo "Start /usr/bin/siginfoupdater to create /etc/siginfo.conf." einfo "You should create an CRON entry to have an updated signature." }