wok view usb-modeswitch-data/receipt @ rev 12080

Add usb-modeswitch-data help use sell phone as modem
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 13:51:51 2012 +0100 (2012-03-09)
parents
children 4b1cb642ffd1
line source
1 # SliTaz package receipt.
3 PACKAGE="usb-modeswitch-data"
4 VERSION="20120120"
5 CATEGORY="system-tools"
6 SHORT_DESC="Device database and the rules file for usb_modeswitch."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.draisberghof.de/usb_modeswitch/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL"
12 DEPENDS="usb-modeswitch"
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/etc $fs
26 cp -a $install/lib/udev $fs/etc
27 cp -a $install/usr $fs
28 }