void-packages/srcpkgs/libusb/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

13 lines
471 B
Text

# Template file for 'libusb'
pkgname=libusb
version=1.0.8
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="A library which allows userspace access to USB devices"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=21d0d3a5710f7f4211c595102c6b9eccb42435a17a4f5bd2c3f4166ab1badba9
long_desc="
This package provides a way for applications to access USB devices."
subpackages="$pkgname-devel"
Add_dependency run glibc