diff options
Diffstat (limited to 'media-sound/fmtools/fmtools-0.99.1.ebuild')
-rw-r--r-- | media-sound/fmtools/fmtools-0.99.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-sound/fmtools/fmtools-0.99.1.ebuild b/media-sound/fmtools/fmtools-0.99.1.ebuild new file mode 100644 index 000000000000..09ab539507ca --- /dev/null +++ b/media-sound/fmtools/fmtools-0.99.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/02/12 08:47:04 seemant Exp $ + +IUSE="" + +DESCRIPTION="A collection of programs for controlling v4l radio card drivers." +HOMEPAGE="http://www.exploits.org/v4l/fmtools/index.html" +SRC_URI="http://www.exploits.org/v4l/fmtools/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 -ppc -sparc -alpha" + +DEPEND="virtual/glibc" + +src_compile() { + make || die +} + +src_install() { + dobin fm + dobin fmscan + doman fm.1 + doman fmscan.1 + dodoc README CHANGES COPYING +} |