libusb-compat: update to 0.1.4.
This commit is contained in:
parent
6c70bd1876
commit
338e2d1e93
2 changed files with 10 additions and 13 deletions
srcpkgs/libusb-compat
|
@ -5,15 +5,11 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run libusb-compat ">=${version}"
|
||||||
|
|
||||||
Add_dependency run libusb-compat
|
do_install() {
|
||||||
|
vmove usr/bin usr
|
||||||
do_install()
|
vmove usr/include usr
|
||||||
{
|
vmove "usr/lib/*.a" usr/lib
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'libusb-compat'
|
# Template file for 'libusb-compat'
|
||||||
pkgname=libusb-compat
|
pkgname=libusb-compat
|
||||||
version=0.1.3
|
version=0.1.4
|
||||||
revision=2
|
homepage="http://libusb.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A libusb-0.1 compatibility library"
|
short_desc="A libusb-0.1 compatibility library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a590a03b6188030ee1ca1a0af55685fcde005ca807b963970f839be776031d94
|
license="LGPL-2.1"
|
||||||
|
checksum=ed5bdd160c7b01ef767fb931a81b454f46226d1e2cf58502ced758d3e5a9fdc4
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a replacement for libusb-0.1. However, instead of being an actual
|
$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
|
implementation, libusb-0.1 is more of a compatibility layer (or wrapper) which
|
||||||
|
|
Loading…
Reference in a new issue