libusb-compat: update to 0.1.3.
--HG-- extra : convert_revision : 4203a374233b5b50ebed81aee8e03deef7469316
This commit is contained in:
parent
2a15d94300
commit
45d1073393
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'libusb-compat'
|
# Template file for 'libusb-compat'
|
||||||
pkgname=libusb-compat
|
pkgname=libusb-compat
|
||||||
version=0.1.0
|
version=0.1.3
|
||||||
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="A libusb-0.1 compatibility library"
|
short_desc="A libusb-0.1 compatibility library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=69ad5d62946885a60368381a3354b8fd19597bc6fc9ee25b4598977771429b8d
|
checksum=a590a03b6188030ee1ca1a0af55685fcde005ca807b963970f839be776031d94
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a replacement for libusb-0.1. However, instead of being an actual
|
$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
|
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."
|
just converts libusb-0.1 calls into their libusb-1.0 equivalents."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full libusb
|
Add_dependency run libusb
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build libusb-devel
|
||||||
|
|
Loading…
Reference in New Issue