wok-next view xorg-xev/receipt @ rev 20518
wordwarvi:typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 23 09:21:17 2018 +0100 (2018-03-23) |
parents | ea3c4b76ea5d |
children | 757d032c55c7 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xev"
4 VERSION="1.2.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Print contents of X events"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
12 TARBALL="xev-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev"
17 compile_rules() {
18 fix ld
19 ./configure \
20 --sysconfdir=/etc \
21 --localstatedir=/var \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="xorg-libX11 xorg-libXrandr"
31 TAGS="utility xorg debug"
32 }