wok-next view xev/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
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"