libusb-compat: fix -devel: libusbx is now obsolete and replaced by libusb.
This commit is contained in:
parent
7a8258454b
commit
88911350dd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libusb-compat'
|
||||
pkgname=libusb-compat
|
||||
version=0.1.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libusb-devel"
|
||||
|
@ -11,13 +11,9 @@ license="LGPL-2.1"
|
|||
homepage="http://libusb.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
||||
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() {
|
||||
depends="libusbx-devel libusb-compat>=${version}"
|
||||
depends="libusb-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
|
|
Loading…
Reference in New Issue