# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/rawrec/rawrec-0.9.98.ebuild,v 1.9 2005/09/15 19:49:03 agriffis Exp $ IUSE="" DESCRIPTION="CLI program to play and record audiofiles." HOMEPAGE="http://rawrec.sourceforge.net/" SRC_URI="mirror://sourceforge/rawrec/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~ppc sparc x86" DEPEND="virtual/libc" S=${S}/src src_compile() { make || die } src_install() { make EXE_DIR=${D}/usr/bin \ MAN_DIR=${D}/usr/share/man/man1 install || die einfo "Removing SUID from binary.." chmod u-s ${D}/usr/bin/rawrec }