libusb: replace libusbx pkgs too.
This commit is contained in:
parent
98251413eb
commit
32be250131
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'libusb'
|
||||
pkgname=libusb
|
||||
version=1.0.18
|
||||
revision=1
|
||||
revision=2
|
||||
replaces="libusbx>=0"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libudev-devel"
|
||||
|
@ -13,6 +14,7 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|||
checksum=c73f5cec45a5de94418da4e151b7232958571926984acfb9bce02b9424e83720
|
||||
|
||||
libusb-devel_package() {
|
||||
replaces="libusbx-devel>=0"
|
||||
depends="libusb>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue