libusb-compat: update to libusb-compat-0.1.4

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-25 23:07:13 +02:00
parent 12909eb3b1
commit c16d178c78
2 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@
. config/options $1
cd $PKG_BUILD
mkdir -p m4 && do_autoreconf
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libusb-compat"
PKG_VERSION="0.1.3"
PKG_VERSION="0.1.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
@ -33,4 +33,4 @@ PKG_SHORTDESC="libusb-compat: OS independent USB device access"
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices regardless of OS."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"