mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libusb-compat: fix -devel: libusbx is now obsolete and replaced by libusb.
This commit is contained in:
parent
7a8258454b
commit
88911350dd
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libusb-compat'
|
# Template file for 'libusb-compat'
|
||||||
pkgname=libusb-compat
|
pkgname=libusb-compat
|
||||||
version=0.1.5
|
version=0.1.5
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-devel"
|
makedepends="libusb-devel"
|
||||||
|
@ -11,13 +11,9 @@ license="LGPL-2.1"
|
||||||
homepage="http://libusb.sourceforge.net/"
|
homepage="http://libusb.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
||||||
checksum=404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a
|
checksum=404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a
|
||||||
long_desc="
|
|
||||||
$pkgname is a replacement for libusb-0.1. However, instead of being an actual
|
|
||||||
implementation, libusb-0.1 is more of a compatibility layer (or wrapper) which
|
|
||||||
just converts libusb-0.1 calls into their libusb-1.0 equivalents."
|
|
||||||
|
|
||||||
libusb-compat-devel_package() {
|
libusb-compat-devel_package() {
|
||||||
depends="libusbx-devel libusb-compat>=${version}"
|
depends="libusb-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue