wok-next annotate usb-modeswitch-data/receipt @ rev 21216
barnyard2: added dependency automake
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 03 07:50:26 2019 +0100 (2019-12-03) |
parents | fcec81f66f99 |
children |
rev | line source |
---|---|
pankso@12080 | 1 # SliTaz package receipt. |
pankso@12080 | 2 |
pankso@12080 | 3 PACKAGE="usb-modeswitch-data" |
mojo@19524 | 4 VERSION="20160612" |
pankso@12080 | 5 CATEGORY="system-tools" |
al@21020 | 6 SHORT_DESC="Device database and the rules file for usb_modeswitch" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pankso@12080 | 9 WEB_SITE="http://www.draisberghof.de/usb_modeswitch/" |
al@21020 | 10 |
pankso@12080 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@12080 | 12 WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL" |
pankso@12080 | 13 |
pankso@12115 | 14 BUILD_DEPENDS="coreutils-operations" |
pankso@12080 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 make && |
al@21020 | 18 make install |
pankso@12080 | 19 } |
pankso@12080 | 20 |
al@21020 | 21 genpkg_rules() { |
pankso@12080 | 22 mkdir -p $fs/usr |
pankso@12080 | 23 cp -a $install/etc $fs |
pankso@12080 | 24 cp -a $install/lib/udev $fs/etc |
pankso@12080 | 25 cp -a $install/usr $fs |
al@21020 | 26 DEPENDS="usb-modeswitch" |
pankso@12080 | 27 } |