evtest: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 16:16:34 +01:00
parent 6de36f49a4
commit 7b0a11b32e
4 changed files with 14 additions and 6 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libxml2
cd $PKG_BUILD
$AUTORECONF

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/install libxml2
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/evtest $INSTALL/usr/bin
cp $PKG_BUILD/evtest-capture $INSTALL/usr/bin

View 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"

View File

@ -1 +0,0 @@
http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2