18 lines
705 B
Text
18 lines
705 B
Text
# Template file for 'libusb-compat'
|
|
pkgname=libusb-compat
|
|
version=0.1.4
|
|
homepage="http://libusb.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config libusb-devel"
|
|
revision=1
|
|
short_desc="A libusb-0.1 compatibility library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=ed5bdd160c7b01ef767fb931a81b454f46226d1e2cf58502ced758d3e5a9fdc4
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|