wok-undigest annotate get-softmodem-driver/receipt @ rev 728

Add open-cobol
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 16:55:44 2012 +0200 (2012-06-02)
parents
children
rev   line source
domcox@656 1 # SliTaz package receipt.
domcox@656 2
domcox@656 3 PACKAGE="get-softmodem-driver"
domcox@656 4 VERSION="0.11"
domcox@656 5 CATEGORY="non-free"
domcox@656 6 SHORT_DESC="Get misc softmodem drivers."
domcox@656 7 MAINTAINER="domcox@slitaz.org"
domcox@656 8 DEPENDS="alsa-lib-dev cpio linux-source slitaz-toolchain"
domcox@656 9 WEB_SITE="http://hg.slitaz.org/wok/file/$PACKAGE/stuff/$PACKAGE"
domcox@656 10 TAGS="modem dialup"
domcox@656 11
domcox@656 12 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@656 13 genpkg_rules()
domcox@656 14 {
domcox@656 15 mkdir -p $fs/usr/bin
domcox@656 16 cp $stuff/$PACKAGE $fs/usr/bin
domcox@656 17 for i in hsfmodem hcfpcimodem martian slmodem; do
domcox@656 18 ln -s $PACKAGE $fs/usr/bin/get-$i-driver
domcox@656 19 done
domcox@656 20 mkdir -p $fs/usr/share/softmodem
domcox@656 21 cp -a $stuff/*diff $fs/usr/share/softmodem
domcox@656 22 cp -a $stuff/*receipt $fs/usr/share/softmodem
domcox@656 23 cp -a $stuff/*init $fs/usr/share/softmodem
domcox@656 24 cp -a $stuff/*country $fs/usr/share/softmodem
domcox@656 25 cp -a $stuff/zone.tab $fs/usr/share/softmodem
domcox@656 26 }