wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="martian"
4 VERSION="full-20080617"
5 CATEGORY="non-free"
6 SHORT_DESC="Modem driver for Agere Systems PCI WinModem."
7 MAINTAINER="domcox@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="module-init-tools linux-source"
10 WEB_SITE="http://martian.barrelsoutofbond.org"
11 WGET_URL="http://www.barrelsoutofbond.org/downloads/$PACKAGE/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
15 post_install()
16 {
17 /sbin/depmod -a
18 /sbin/modprobe martian_dev && \
19 /etc/init.d/martian start
20 }