2009-03-23 06:02:18 +01:00
|
|
|
# Template file for 'libusb-compat'
|
|
|
|
pkgname=libusb-compat
|
2010-01-09 00:58:17 +01:00
|
|
|
version=0.1.3
|
2010-04-22 14:17:47 +02:00
|
|
|
revision=1
|
2009-03-23 06:02:18 +01:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="A libusb-0.1 compatibility library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-01-09 00:58:17 +01:00
|
|
|
checksum=a590a03b6188030ee1ca1a0af55685fcde005ca807b963970f839be776031d94
|
2009-03-23 06:02:18 +01:00
|
|
|
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."
|
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-01-09 00:58:17 +01:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libusb
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build libusb-devel
|