wok-6.x annotate get-softmodem-driver/stuff/martian.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 | 1f6bff831481 |
children | 8fc90d8b565b |
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@3478 | 6 SHORT_DESC="Driver for the Agere Systems PCI Modem built on DSP 164x (Mars) series." |
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 } |