wok diff get-softmodem-driver/stuff/hsfmodem.receipt @ rev 16815
Up gsettings-desktop-schemas (3.12.2)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Jul 10 23:12:54 2014 -0300 (2014-07-10) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-softmodem-driver/stuff/hsfmodem.receipt Thu Jul 10 23:12:54 2014 -0300 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="hsfmodem" 1.7 +VERSION="7.80.02.04full" 1.8 +CATEGORY="non-free" 1.9 +SHORT_DESC="Driver for the Conexant (formerly Rockwell) HSF Softmodem family." 1.10 +MAINTAINER="domcox@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +DEPENDS="module-init-tools linux-source" 1.13 +WEB_SITE="http://www.linuxant.com/drivers" 1.14 +WGET_URL="http://www.linuxant.com/drivers/hsf/full/archive/$PACKAGE-$VERSION/$TARBALL" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 + 1.18 +post_install() 1.19 +{ 1.20 + /usr/sbin/hsfconfig --auto 1.21 +} 1.22 + 1.23 +post_remove() 1.24 +{ 1.25 + echo -n "Removing modules.." 1.26 + rm -rf /lib/modules/`uname -r`/extra/hsf* 1.27 + status 1.28 + rm -rf /usr/share/hsfmodem 1.29 + rm -rf /etc/hsfmodem 1.30 +} 1.31 \ No newline at end of file