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

Up: lftp (4.3.6)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 27 15:46:00 2012 +0200 (2012-04-27)
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 }