wok-6.x annotate get-softmodem-driver/stuff/hcfpcimodem.receipt @ rev 23168
updated mc (4.8.22 -> 4.8.24)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 18 06:58:12 2020 +0100 (2020-03-18) |
parents | |
children |
rev | line source |
---|---|
pascal@13591 | 1 # SliTaz package receipt. |
pascal@13591 | 2 |
pascal@13591 | 3 PACKAGE="hcfpcimodem" |
pascal@13591 | 4 VERSION="1.19full" |
pascal@13591 | 5 CATEGORY="non-free" |
pascal@13591 | 6 SHORT_DESC="Driver for the Conexant HCF (controllerless) Softmodem family." |
pascal@13591 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@13591 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13591 | 9 DEPENDS="module-init-tools linux-source" |
pascal@13591 | 10 WEB_SITE="http://www.linuxant.com/drivers" |
pascal@13591 | 11 WGET_URL="http://www.linuxant.com/drivers/hcf/full/archive/$PACKAGE-$VERSION/$TARBALL" |
pascal@13591 | 12 |
pascal@13591 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13591 | 14 |
pascal@13591 | 15 post_install() |
pascal@13591 | 16 { |
pascal@13591 | 17 /usr/sbin/hcfpciconfig --auto |
pascal@13591 | 18 } |
pascal@13591 | 19 |
pascal@13591 | 20 post_remove() |
pascal@13591 | 21 { |
pascal@13591 | 22 echo -n "Removing modules.." |
pascal@13591 | 23 rm -rf /lib/modules/`uname -r`/extra/hcfpci* |
pascal@13591 | 24 status |
pascal@13591 | 25 rm -rf /usr/share/hcfpicmodem |
pascal@13591 | 26 rm -rf /etc/hcfpcimodem |
pascal@13591 | 27 } |