# Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # $Header: /home/cvsroot/gentoo-x86/app-admin/gentoolkit/files/scripts/mkebuild,v 1.2 2003/01/07 16:46:38 mholzer Exp $ DESCRIPTION="Simple on-screen display messaging service" SRC_URI="http://www.ic.sunysb.edu/Stu/msmelov/${P}.tar.gz" HOMEPAGE="" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/xosd-2.1.3" #RDEPEND="" S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd ${S} } src_compile() { emake || die } src_install () { dobin osdchatd dobin cosdchat dodoc README }