wok-next view get-softmodem-driver/stuff/hcfpcimodem.receipt @ rev 21371

updated micropython again (1.0.1 -> 1.12)
author Hans-G?nter Theisgen
date Thu Apr 16 10:04:47 2020 +0100 (2020-04-16)
parents 4aed2b24febc
children
line source
1 # SliTaz package receipt.
3 PACKAGE="hcfpcimodem"
4 VERSION="1.19full"
5 CATEGORY="non-free"
6 SHORT_DESC="Driver for the Conexant HCF (controllerless) Softmodem family."
7 MAINTAINER="devel@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/hcf/full/archive/$PACKAGE-$VERSION/$TARBALL"
13 post_install() {
14 /usr/sbin/hcfpciconfig --auto
15 }
17 post_remove() {
18 action "Removing modules.."
19 rm -rf /lib/modules/$(uname -r)/extra/hcfpci*
20 status
21 rm -rf /usr/share/hcfpicmodem
22 rm -rf /etc/hcfpcimodem
23 }