wok annotate 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
rev   line source
pankso@12080 1 # SliTaz package receipt.
pankso@12080 2
pankso@12080 3 PACKAGE="usb-modeswitch-data"
mojo@14494 4 VERSION="20121109"
pankso@12080 5 CATEGORY="system-tools"
pankso@12080 6 SHORT_DESC="Device database and the rules file for usb_modeswitch."
pankso@12080 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pankso@12080 9 WEB_SITE="http://www.draisberghof.de/usb_modeswitch/"
pankso@12080 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@12080 11 WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL"
pankso@12080 12
pankso@12080 13 DEPENDS="usb-modeswitch"
pankso@12115 14 BUILD_DEPENDS="coreutils-operations"
pankso@12080 15
pankso@12080 16 # Rules to configure and make the package.
pankso@12080 17 compile_rules()
pankso@12080 18 {
mojo@14494 19 make && make install
pankso@12080 20 }
pankso@12080 21
pankso@12080 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12080 23 genpkg_rules()
pankso@12080 24 {
pankso@12080 25 mkdir -p $fs/usr
pankso@12080 26 cp -a $install/etc $fs
pankso@12080 27 cp -a $install/lib/udev $fs/etc
pankso@12080 28 cp -a $install/usr $fs
pankso@12080 29 }