wok-6.x diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-softmodem-driver/stuff/hcfpcimodem.receipt Tue Jun 16 09:46:41 2009 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="hcfpcimodem" 1.7 +VERSION="1.19full" 1.8 +CATEGORY="non-free" 1.9 +SHORT_DESC="Modem driver for Conexant HCF PCI chipsets." 1.10 +MAINTAINER="domcox@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +DEPENDS="module-init-tools linux-source" 1.13 +WEB_SITE="http://www.linuxant.com/drivers" 1.14 +WGET_URL="http://www.linuxant.com/drivers/hcf/full/archive/$PACKAGE-$VERSION/$TARBALL" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 + 1.18 +post_install() 1.19 +{ 1.20 + /usr/sbin/hcfpciconfig --auto 1.21 +}