16 lines
528 B
Makefile
16 lines
528 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="evtest"
|
|
PKG_VERSION="1.33"
|
|
PKG_SHA256="5037d1162f4c407053cd97e85763ba03150a0c35f929ee9bf9a360abd32ef1c1"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://cgit.freedesktop.org/evtest/"
|
|
PKG_URL="http://cgit.freedesktop.org/evtest/snapshot/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain libxml2"
|
|
PKG_LONGDESC="A simple tool for input event debugging."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
#makeinstall_target() {
|
|
# : # nop
|
|
#}
|