app-misc/dtmf2num - 0.2 (anomen)

Search

Package Information

Description:
Tool for decoding the DTMF and MF tones from PCM wave files.
Homepage:
http://aluigi.org/mytoolz.htm
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.2 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="8"

DESCRIPTION="Tool for decoding the DTMF and MF tones from PCM wave files."
HOMEPAGE="http://aluigi.org/mytoolz.htm"
SRC_URI="http://aluigi.org/mytoolz/${PN}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="mirror"

DEPEND=""
RDEPEND=""

S="${WORKDIR}"

src_prepare() {
    default
    sed -i -e '/^CFLAGS/d' Makefile
}

src_install() {
	dobin "${PN}"
}

Manifest for 0.2

Type File Size Source URLs
DIST dtmf2num.zip 39954 bytes http://aluigi.org/mytoolz/dtmf2num.zip