wok view get-softmodem-driver/stuff/hsfmodem.receipt @ rev 3453

get-softmodem-driver: hsfmodem up to 7.80.02.04
author Dominique Corbex <domcox@users.sourceforge.net>
date Mon Jun 15 15:05:01 2009 +0200 (2009-06-15)
parents
children e5ab27ad8b9e
line source
1 # SliTaz package receipt.
3 PACKAGE="hsfmodem"
4 VERSION="7.80.02.04full"
5 CATEGORY="non-free"
6 SHORT_DESC="Modem driver for Conexant HSF chipsets."
7 MAINTAINER="domcox@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="module-init-tools linux-source"
10 WEB_SITE="http://www.linuxant.com/drivers"
11 WGET_URL="http://www.linuxant.com/drivers/hsf/full/archive/$PACKAGE-$VERSION/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
15 post_install()
16 {
17 /usr/sbin/hsfconfig --auto
18 }