fso-sounds: add fso-sounds-extras package with all remaining sounds and RSUGGEST it
[openembedded.git] / recipes / usb-modeswitch / usb-modeswitch_1.0.2.bb
blob37a0d9b1da12d31eba45384fcec50b039146f039
1 DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
2 SECTION = "base"
3 PRIORITY = "required"
4 LICENSE = "GPLv2"
5 DEPENDS = "virtual/libusb0"
7 SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb_modeswitch-${PV}.tar.bz2"
9 S = "${WORKDIR}/usb_modeswitch-${PV}"
11 PACKAGES = "${PN}"
12 FILES_${PN} = "${bindir} ${sysconfdir}"
14 do_compile() {
15 oe_runmake
18 do_install() {
19 install -d ${D}${bindir}
20 install -d ${D}${sysconfdir}
21 install -m 0755 ${S}/usb_modeswitch ${D}${bindir}/usb_modeswitch
22 install -m 0644 ${S}/usb_modeswitch.conf ${D}${sysconfdir}/usb_modeswitch.conf
25 SRC_URI[md5sum] = "4f896ed631f9be0338df9c5a2145ef82"
26 SRC_URI[sha256sum] = "f1b9388f4507185a4ac30bae3383d9e9bbb95075a14dd188c904cacdd8cf4e66"