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

ccid: add --enable-twinserial
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 24 11:28:27 2012 +0100 (2012-11-24)
parents 6b7d9d4baac3
children 163d50664d6d
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="coreutils-operations"
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 }