From 7b0a11b32ef9787a929a5198f374a255d2b0374c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Nov 2010 16:16:34 +0100 Subject: [PATCH] evtest: add meta file support Signed-off-by: Stephan Raue --- packages/debug/evtest/build | 3 --- packages/debug/evtest/install | 2 -- packages/debug/evtest/meta | 14 ++++++++++++++ packages/debug/evtest/url | 1 - 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 packages/debug/evtest/meta delete mode 100644 packages/debug/evtest/url diff --git a/packages/debug/evtest/build b/packages/debug/evtest/build index e78dfee985..fab2c07fa2 100755 --- a/packages/debug/evtest/build +++ b/packages/debug/evtest/build @@ -2,9 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build libxml2 - cd $PKG_BUILD $AUTORECONF diff --git a/packages/debug/evtest/install b/packages/debug/evtest/install index a5d2709815..4912566e50 100755 --- a/packages/debug/evtest/install +++ b/packages/debug/evtest/install @@ -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 diff --git a/packages/debug/evtest/meta b/packages/debug/evtest/meta new file mode 100644 index 0000000000..12d8e1c983 --- /dev/null +++ b/packages/debug/evtest/meta @@ -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" diff --git a/packages/debug/evtest/url b/packages/debug/evtest/url deleted file mode 100644 index 0feffee93b..0000000000 --- a/packages/debug/evtest/url +++ /dev/null @@ -1 +0,0 @@ -http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2 \ No newline at end of file