wok-next view xev/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xev"
4 VERSION="1.2.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Print contents of X events"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 TARBALL_SHA1="e737bc46c58b9bb10f0af9883dce203bbed708aa"
16 BUILD_DEPENDS="util-macros libx11-dev libxrandr-dev"
17 DEPENDS="libx11 libxrandr"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 TAGS="Xorg debug"
27 PROVIDE="xorg-xev"