mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
libusb-compat: update to 0.1.8.
This commit is contained in:
parent
22e6b005e9
commit
2f98cc388d
1 changed files with 9 additions and 5 deletions
|
@ -1,16 +1,20 @@
|
|||
# Template file for 'libusb-compat'
|
||||
pkgname=libusb-compat
|
||||
version=0.1.5
|
||||
revision=7
|
||||
version=0.1.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libusb-devel"
|
||||
short_desc="A libusb-0.1 compatibility library"
|
||||
short_desc="libusb-0.1 compatibility library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://libusb.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
||||
checksum=404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a
|
||||
checksum=698c76484f3dec1e0175067cbd1556c3021e94e7f2313ae3ea6a66d900e00827
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libusb-compat-devel_package() {
|
||||
depends="libusb-devel ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue