vp-build/templates/libusb/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

16 lines
519 B
Plaintext

# Template file for 'libusb'
pkgname=libusb
version=1.0.0
revision=1
patch_files="configure_sh_test_invalid.diff"
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=c9bdc5820bc283dcfefba4d4f632c9083adffe5a06c21e089ee123209d229ecf
long_desc="
This package provides a way for applications to access USB devices."
subpackages="devel"
Add_dependency full glibc