libusb-compat: -devel pkg depends on libusb.
This commit is contained in:
parent
aac4cbb766
commit
db54cf7526
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libusb-compat'
|
||||
pkgname=libusb-compat
|
||||
version=0.1.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libusbx-devel"
|
||||
|
@ -17,12 +17,13 @@ long_desc="
|
|||
just converts libusb-0.1 calls into their libusb-1.0 equivalents."
|
||||
|
||||
libusb-compat-devel_package() {
|
||||
depends="libusb-compat>=${version}"
|
||||
depends="libusbx-devel libusb-compat>=${version}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue