2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
2011-07-06 11:52:27 +02:00
|
|
|
|
|
|
|
|
PKG_NAME="libhid"
|
|
|
|
|
PKG_VERSION="0.2.16"
|
2017-07-17 20:49:22 +02:00
|
|
|
PKG_SHA256="f6809ab3b9c907cbb05ceba9ee6ca23a705f85fd71588518e14b3a7d9f2550e5"
|
2011-07-06 11:52:27 +02:00
|
|
|
PKG_LICENSE="GPL"
|
|
|
|
|
PKG_SITE="http://libhid.alioth.debian.org/"
|
2014-01-26 22:20:08 +01:00
|
|
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
|
2014-01-30 14:31:09 +01:00
|
|
|
PKG_DEPENDS_TARGET="toolchain libusb-compat libusb"
|
2018-10-22 15:06:12 +02:00
|
|
|
PKG_LONGDESC="libhid provides a generic and flexible way to access and interact with USB HID devices."
|
2017-10-24 23:23:02 +02:00
|
|
|
PKG_TOOLCHAIN="autotools"
|
2013-10-11 21:06:54 +03:00
|
|
|
|
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
|
|
|
|
--enable-static \
|
|
|
|
|
--disable-werror \
|
|
|
|
|
--disable-swig"
|
|
|
|
|
|
|
|
|
|
post_makeinstall_target() {
|
|
|
|
|
rm -rf $INSTALL/usr
|
|
|
|
|
}
|