# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/beep/beep-1.2.2.ebuild,v 1.15 2004/07/03 23:19:33 solar Exp $ DESCRIPTION="the advanced PC speaker beeper" HOMEPAGE="http://www.johnath.com/beep/" SRC_URI="http://www.johnath.com/beep/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc alpha amd64" IUSE="" DEPEND="virtual/libc" src_compile() { emake FLAGS="${CFLAGS}" || die "compile problem" } src_install() { dodir /usr/bin dodir /usr/share/man/man1 exeinto /usr/bin doexe beep # do we really have to set this suid by default? -solar chmod 4711 ${D}/usr/bin/beep insinto /usr/share/man/man1 doins beep.1.gz dodoc CHANGELOG CREDITS README }