mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
evtest: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6de36f49a4
commit
7b0a11b32e
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libxml2
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
$AUTORECONF
|
$AUTORECONF
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install libxml2
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/evtest $INSTALL/usr/bin
|
cp $PKG_BUILD/evtest $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/evtest-capture $INSTALL/usr/bin
|
cp $PKG_BUILD/evtest-capture $INSTALL/usr/bin
|
||||||
|
14
packages/debug/evtest/meta
Normal file
14
packages/debug/evtest/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="evtest"
|
||||||
|
PKG_VERSION="1.25"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://cgit.freedesktop.org/~whot/evtest/"
|
||||||
|
PKG_URL="http://cgit.freedesktop.org/~whot/evtest/snapshot/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS="libxml2"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain libxml2"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="debug"
|
||||||
|
PKG_SHORTDESC="evtest: Simple tool for input event debugging."
|
||||||
|
PKG_LONGDESC="evtest is a simple tool for input event debugging."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user