wok annotate get-softmodem-driver/stuff/martian.receipt @ rev 3464

get-softmodem-driver: Add support for Agere Systems Modem
author Dominique Corbex <domcox@users.sourceforge.net>
date Tue Jun 16 13:10:15 2009 +0200 (2009-06-16)
parents
children e5ab27ad8b9e
rev   line source
domcox@3464 1 # SliTaz package receipt.
domcox@3464 2
domcox@3464 3 PACKAGE="martian"
domcox@3464 4 VERSION="full-20080617"
domcox@3464 5 CATEGORY="non-free"
domcox@3464 6 SHORT_DESC="Modem driver for Agere Systems PCI WinModem."
domcox@3464 7 MAINTAINER="domcox@slitaz.org"
domcox@3464 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@3464 9 DEPENDS="module-init-tools linux-source"
domcox@3464 10 WEB_SITE="http://martian.barrelsoutofbond.org"
domcox@3464 11 WGET_URL="http://www.barrelsoutofbond.org/downloads/$PACKAGE/$TARBALL"
domcox@3464 12
domcox@3464 13 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@3464 14
domcox@3464 15 post_install()
domcox@3464 16 {
domcox@3464 17 /sbin/depmod -a
domcox@3464 18 /sbin/modprobe martian_dev && \
domcox@3464 19 /etc/init.d/martian start
domcox@3464 20 }