Skip to content

Commit

Permalink
Merge pull request #12 from kallelampila/master
Browse files Browse the repository at this point in the history
added evtest
  • Loading branch information
lundmar committed Sep 1, 2014
2 parents 868cd18 + 6b1e663 commit 6aef848
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions evtest/Buildfile
@@ -0,0 +1,25 @@
# Description: Input device event monitor and query tool
# URL: http://cgit.freedesktop.org/evtest/
## License: GPLv2 or later

name=evtest
version=1.32
release=1
source=(http://cgit.freedesktop.org/$name/snapshot/$name-$version.tar.bz2)
depends=()

build() {
cd $name-$version

autoreconf -i
./configure --build=$BUILD \
--host=$HOST \
--prefix=/usr

make -j $JOBS
make DESTDIR=$PKG install
}

check() {
check_tool autoreconf
}

0 comments on commit 6aef848

Please sign in to comment.