wok view get-softmodem-driver/stuff/slmodem.receipt @ rev 3478
get-softmodem-driver: packages are now saved in tazwok packages_repository
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Wed Jun 17 09:49:44 2009 +0200 (2009-06-17) |
parents | 65527a53933e |
children | 8fc90d8b565b |
line source
1 # SliTaz package receipt.
3 PACKAGE="slmodem"
4 VERSION="2.9.11-20090222"
5 CATEGORY="non-free"
6 SHORT_DESC="Support for the SmartLink Softmodem and ALSA supported chipsets."
7 MAINTAINER="domcox@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="module-init-tools linux-source"
10 WEB_SITE="http://linmodems.technion.ac.il"
11 WGET_URL="http://linmodems.technion.ac.il/packages/smartlink/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
15 post_install()
16 {
17 depmod -a
18 /sbin/modprobe slamr && /etc/init.d/slmodem start
19 }