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

vlc: add hicolor-icon-theme -> post-install misses index.theme
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:29:27 2019 +0000 (2019-12-23)
parents fcec81f66f99
children 53c1379e13fa
line source
1 # SliTaz package receipt.
3 PACKAGE="usb-modeswitch-data"
4 VERSION="20170806"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL"
14 DEPENDS="usb-modeswitch"
15 BUILD_DEPENDS="coreutils-operations"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
29 cp -a $install/etc $fs
30 cp -a $install/lib/udev $fs/etc
31 cp -a $install/usr $fs
32 }