# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Alec Berryman # $Header: $ DESCRIPTION="Beep, the Advanced PC-Speaker Beeper" HOMEPAGE="http://www.johnath.com/beep" LICENSE="GPL" DEPEND="" SRC_URI="http://www.johnath.com/beep/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { emake || die } src_install () { dodir /usr/bin dodir /usr/share/man/man1 insinto /usr/bin doins beep chmod 7455 ${D}/usr/bin/beep insinto /usr/share/man/man1 doins beep.1.gz }