blob: 56c87e701058b2ab78e362c86c51f461be735213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02072100.ebuild,v 1.2 2002/10/20 18:51:30 vapier Exp $
S=${WORKDIR}/${PN}-5.03.03.L3mbsibeta02072100
DESCRIPTION="hsflinmodem - Modem driver for Connexant HSF chipset"
SRC_URI="http://www.mbsi.ca/cnxtlindrv/hsf/archive/hsflinmodem-5.03.03.L3mbsibeta02072100/${PN}-5.03.03.L3mbsibeta02072100.tar.gz"
HOMEPAGE="http://www.mbsi.ca/cnxtlindrv/"
DEPEND=""
SLOT="0"
LICENSE="Conexant"
KEYWORDS="x86"
src_compile() {
emake all || die
}
src_install () {
make PREFIX=${D}/usr/ ROOT=${D} install || die
}
pkg_postinst() {
echo "To complete the installation and configuration of your HSF modem,"
echo "please run hsfconfig."
}
|