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

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 163d50664d6d
children fcec81f66f99
line source
1 # SliTaz package receipt.
3 PACKAGE="usb-modeswitch-data"
4 VERSION="20121109"
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 }