wok view usb-modeswitch-data/receipt @ rev 21873
Up wpa_supplicant (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 15:06:17 2019 +0200 (2019-09-27) |
parents | 380ffe05937a |
children | 37c51a23ae10 |
line source
1 # SliTaz package receipt.
3 PACKAGE="usb-modeswitch-data"
4 VERSION="20160612"
5 CATEGORY="system-tools"
6 SHORT_DESC="Device database and the rules file for usb_modeswitch."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.draisberghof.de/usb_modeswitch/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL"
13 DEPENDS="usb-modeswitch"
14 BUILD_DEPENDS="coreutils-operations"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/etc $fs
27 cp -a $install/lib/udev $fs/etc
28 cp -a $install/usr $fs
29 }