mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
usb-modeswitch: move to usr/bin.
This commit is contained in:
parent
f200a09001
commit
9462d71c96
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'usb-modeswitch'
|
# Template file for 'usb-modeswitch'
|
||||||
pkgname=usb-modeswitch
|
pkgname=usb-modeswitch
|
||||||
version=2.2.1
|
version=2.2.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Mode switching tool for controlling 'multi-mode' USB devices"
|
short_desc="Mode switching tool for controlling multi-mode USB devices"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
conf_files="/etc/usb_modeswitch.conf"
|
conf_files="/etc/usb_modeswitch.conf"
|
||||||
|
@ -13,4 +13,4 @@ hostmakedepends="pkg-config tcl"
|
||||||
homepage="http://www.draisberghof.de/usb_modeswitch/"
|
homepage="http://www.draisberghof.de/usb_modeswitch/"
|
||||||
distfiles="http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${version}.tar.bz2"
|
distfiles="http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${version}.tar.bz2"
|
||||||
checksum=37d926a0b6b6d490173c57e260a69aca49feb774875fc8f2001c1d0f5e8011cb
|
checksum=37d926a0b6b6d490173c57e260a69aca49feb774875fc8f2001c1d0f5e8011cb
|
||||||
make_install_args="UDEVDIR=/usr/lib/udev"
|
make_install_args="SBINDIR=/usr/bin UDEVDIR=/usr/lib/udev"
|
||||||
|
|
Loading…
Add table
Reference in a new issue