wok diff get-softmodem-driver/stuff/hsfmodem.receipt @ rev 18187

Up lessfs (1.7.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 08 11:52:12 2015 +0200 (2015-07-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-softmodem-driver/stuff/hsfmodem.receipt	Wed Jul 08 11:52:12 2015 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="hsfmodem"
     1.7 +VERSION="7.80.02.04full"
     1.8 +CATEGORY="non-free"
     1.9 +SHORT_DESC="Driver for the Conexant (formerly Rockwell) HSF 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/hsf/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/hsfconfig --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/hsf*
    1.27 +	status
    1.28 +	rm -rf /usr/share/hsfmodem
    1.29 +	rm -rf /etc/hsfmodem
    1.30 +}
    1.31 \ No newline at end of file