wok-stable annotate get-softmodem-driver/stuff/hcfpcimodem.receipt @ rev 3462

get-softmodem-driver: add get-hcfpcimodem-driver
author Dominique Corbex <domcox@users.sourceforge.net>
date Tue Jun 16 09:46:41 2009 +0200 (2009-06-16)
parents
children e5ab27ad8b9e
rev   line source
domcox@3462 1 # SliTaz package receipt.
domcox@3462 2
domcox@3462 3 PACKAGE="hcfpcimodem"
domcox@3462 4 VERSION="1.19full"
domcox@3462 5 CATEGORY="non-free"
domcox@3462 6 SHORT_DESC="Modem driver for Conexant HCF PCI chipsets."
domcox@3462 7 MAINTAINER="domcox@slitaz.org"
domcox@3462 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@3462 9 DEPENDS="module-init-tools linux-source"
domcox@3462 10 WEB_SITE="http://www.linuxant.com/drivers"
domcox@3462 11 WGET_URL="http://www.linuxant.com/drivers/hcf/full/archive/$PACKAGE-$VERSION/$TARBALL"
domcox@3462 12
domcox@3462 13 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@3462 14
domcox@3462 15 post_install()
domcox@3462 16 {
domcox@3462 17 /usr/sbin/hcfpciconfig --auto
domcox@3462 18 }