diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 08:47:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 08:47:04 +0000 |
commit | 875ce2f10f038ee53374729384bf51265e18cc64 (patch) | |
tree | 21ef4b5f81d0ac7015d4e96a50351945495361aa /media-sound/fmtools | |
parent | Update Copyright years (diff) | |
download | historical-875ce2f10f038ee53374729384bf51265e18cc64.tar.gz historical-875ce2f10f038ee53374729384bf51265e18cc64.tar.bz2 historical-875ce2f10f038ee53374729384bf51265e18cc64.zip |
cli radio utilities
Diffstat (limited to 'media-sound/fmtools')
-rw-r--r-- | media-sound/fmtools/Changelog | 12 | ||||
-rw-r--r-- | media-sound/fmtools/files/digest-fmtools-0.99.1 | 1 | ||||
-rw-r--r-- | media-sound/fmtools/fmtools-0.99.1.ebuild | 27 |
3 files changed, 40 insertions, 0 deletions
diff --git a/media-sound/fmtools/Changelog b/media-sound/fmtools/Changelog new file mode 100644 index 000000000000..4498b96929c5 --- /dev/null +++ b/media-sound/fmtools/Changelog @@ -0,0 +1,12 @@ +# ChangeLog for media-sound/fmtools +# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fmtools/Changelog,v 1.1 2003/02/12 08:47:04 seemant Exp $ + +*fmtools-0.99.1 (12 Feb 2003) + + 12 Feb 2003; Seemant Kulleen <seemant@gentoo.org> ChangeLog + fmtools-0.99.1.ebuild, files/digest-fmtools-0.99.1 : + + New ebuild. fmtools is a set of command line tools for controlling + v4l radio devices. Ebuild submission by: Burton Samograd + <kruhft@kruhft.dyndns.org> in bug #13046 diff --git a/media-sound/fmtools/files/digest-fmtools-0.99.1 b/media-sound/fmtools/files/digest-fmtools-0.99.1 new file mode 100644 index 000000000000..825388e3e50e --- /dev/null +++ b/media-sound/fmtools/files/digest-fmtools-0.99.1 @@ -0,0 +1 @@ +MD5 6093f8a69ab51a056e3e1ae9ee6d6b0f fmtools-0.99.1.tar.gz 16616 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 +} |