wok-stable annotate get-softmodem-driver/stuff/slmodem.receipt @ rev 3473

get-softmodem-driver: Add support for Smart Link modem
author Dominique Corbex <domcox@users.sourceforge.net>
date Tue Jun 16 21:41:05 2009 +0200 (2009-06-16)
parents
children e5ab27ad8b9e
rev   line source
domcox@3473 1 # SliTaz package receipt.
domcox@3473 2
domcox@3473 3 PACKAGE="slmodem"
domcox@3473 4 VERSION="2.9.11-20090222"
domcox@3473 5 CATEGORY="non-free"
domcox@3473 6 SHORT_DESC="Modem driver for Smartlink Modem."
domcox@3473 7 MAINTAINER="domcox@slitaz.org"
domcox@3473 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@3473 9 DEPENDS="module-init-tools linux-source"
domcox@3473 10 WEB_SITE="http://linmodems.technion.ac.il"
domcox@3473 11 WGET_URL="http://linmodems.technion.ac.il/packages/smartlink/$TARBALL"
domcox@3473 12
domcox@3473 13 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@3473 14
domcox@3473 15 post_install()
domcox@3473 16 {
domcox@3473 17 depmod -a
domcox@3473 18 /sbin/modprobe slamr && /etc/init.d/slmodem start
domcox@3473 19 }