# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $


DESCRIPTION="User level application for IBM Mwave modem"
HOMEPAGE="http://oss.software.ibm.com/acpmodem/"
SRC_URI="ftp://www-126.ibm.com/pub/acpmodem/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

DEPEND=""

RDEPEND=""

S=${WORKDIR}/${P}

src_compile() {
		./configure \
		    --host=${CHOST} || die "./configure failed"

		emake || die
}

src_install() {
		make DESTDIR=${D} install ||die
}