wok diff get-softmodem-driver/stuff/hcfpcimodem.receipt @ rev 20585
Update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 09:20:58 2018 +0100 (2018-12-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-softmodem-driver/stuff/hcfpcimodem.receipt Sat Dec 15 09:20:58 2018 +0100 1.3 @@ -0,0 +1,27 @@ 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="Driver for the Conexant HCF (controllerless) Softmodem family." 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 +} 1.22 + 1.23 +post_remove() 1.24 +{ 1.25 + echo -n "Removing modules.." 1.26 + rm -rf /lib/modules/`uname -r`/extra/hcfpci* 1.27 + status 1.28 + rm -rf /usr/share/hcfpicmodem 1.29 + rm -rf /etc/hcfpcimodem 1.30 +} 1.31 \ No newline at end of file