You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/fmtools/fmtools-0.99.1.ebuild

28 lines
626 B

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/fmtools/fmtools-0.99.1.ebuild,v 1.8 2005/11/07 10:40:28 flameeyes Exp $
IUSE=""
DESCRIPTION="A collection of programs for controlling v4l radio card drivers."
HOMEPAGE="http://www.stanford.edu/~blp/fmtools/"
SRC_URI="http://www.stanford.edu/~blp/fmtools/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86 -ppc -sparc -alpha"
DEPEND=""
src_compile() {
emake || die
}
src_install() {
dobin fm
dobin fmscan
doman fm.1
doman fmscan.1
dodoc README CHANGES
}