# Template file for 'libusb' pkgname=libusb version=1.0.9 build_style=gnu-configure revision=2 short_desc="A library which allows userspace access to USB devices" maintainer="Juan RP " license="LGPL-2.1" homepage="http://libusb.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" checksum=e920eedc2d06b09606611c99ec7304413c6784cba6e33928e78243d323195f9b long_desc=" This package provides a way for applications to access USB devices." libusb-devel_package() { depends="libusb>=${version}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" vmove usr/lib/pkgconfig } } libusb_package() { pkg_install() { vmove usr } }