wok-next annotate get-softmodem-driver/stuff/hcfpcimodem.receipt @ rev 16252
ARM: add: fbpanel and menu-cache
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 04 00:27:13 2014 +0200 (2014-04-04) |
parents | |
children | d5aab818505e |
rev | line source |
---|---|
pascal@13591 | 1 # SliTaz package receipt. |
pascal@13591 | 2 |
pascal@13591 | 3 PACKAGE="hcfpcimodem" |
pascal@13591 | 4 VERSION="1.19full" |
pascal@13591 | 5 CATEGORY="non-free" |
pascal@13591 | 6 SHORT_DESC="Driver for the Conexant HCF (controllerless) Softmodem family." |
pascal@13591 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@13591 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13591 | 9 DEPENDS="module-init-tools linux-source" |
pascal@13591 | 10 WEB_SITE="http://www.linuxant.com/drivers" |
pascal@13591 | 11 WGET_URL="http://www.linuxant.com/drivers/hcf/full/archive/$PACKAGE-$VERSION/$TARBALL" |
pascal@13591 | 12 |
pascal@13591 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13591 | 14 |
pascal@13591 | 15 post_install() |
pascal@13591 | 16 { |
pascal@13591 | 17 /usr/sbin/hcfpciconfig --auto |
pascal@13591 | 18 } |
pascal@13591 | 19 |
pascal@13591 | 20 post_remove() |
pascal@13591 | 21 { |
pascal@13591 | 22 echo -n "Removing modules.." |
pascal@13591 | 23 rm -rf /lib/modules/`uname -r`/extra/hcfpci* |
pascal@13591 | 24 status |
pascal@13591 | 25 rm -rf /usr/share/hcfpicmodem |
pascal@13591 | 26 rm -rf /etc/hcfpcimodem |
pascal@13591 | 27 } |