wok-stable view get-softmodem-driver/stuff/hsfmodem.receipt @ rev 7666

Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 12:59:54 2010 +0000 (2010-12-16)
parents e5ab27ad8b9e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="hsfmodem"
4 VERSION="7.80.02.04full"
5 CATEGORY="non-free"
6 SHORT_DESC="Driver for the Conexant (formerly Rockwell) HSF Softmodem family."
7 MAINTAINER="domcox@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/hsf/full/archive/$PACKAGE-$VERSION/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
15 post_install()
16 {
17 /usr/sbin/hsfconfig --auto
18 }
20 post_remove()
21 {
22 echo -n "Removing modules.."
23 rm -rf /lib/modules/`uname -r`/extra/hsf*
24 status
25 rm -rf /usr/share/hsfmodem
26 rm -rf /etc/hsfmodem
27 }