wok-next annotate get-softmodem-driver/stuff/hsfmodem.receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents 4aed2b24febc
children
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="hsfmodem"
pascal@13591 4 VERSION="7.80.02.04full"
pascal@13591 5 CATEGORY="non-free"
pascal@13591 6 SHORT_DESC="Driver for the Conexant (formerly Rockwell) HSF Softmodem family."
al@21020 7 MAINTAINER="devel@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/hsf/full/archive/$PACKAGE-$VERSION/$TARBALL"
pascal@13591 12
al@21020 13 post_install() {
pascal@13591 14 /usr/sbin/hsfconfig --auto
pascal@13591 15 }
pascal@13591 16
al@21020 17 post_remove() {
al@21020 18 action "Removing modules.."
al@21020 19 rm -rf /lib/modules/$(uname -r)/extra/hsf*
pascal@13591 20 status
pascal@13591 21 rm -rf /usr/share/hsfmodem
pascal@13591 22 rm -rf /etc/hsfmodem
al@21020 23 }