wok-stable annotate 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
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@3478 6 SHORT_DESC="Support for the SmartLink Softmodem and ALSA supported chipsets."
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 }