wok-next annotate xorg-xev/receipt @ rev 19780
Up glib, glib-networking, libnl, libevent, libpcap, libsoup.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jun 17 01:38:14 2017 +0300 (2017-06-17) |
parents | eb8067417980 |
children | f463de72afe3 |
rev | line source |
---|---|
jozee@3025 | 1 # SliTaz package receipt. |
jozee@3025 | 2 |
jozee@3025 | 3 PACKAGE="xorg-xev" |
al@19645 | 4 VERSION="1.2.2" |
jozee@3025 | 5 CATEGORY="x-window" |
al@19645 | 6 SHORT_DESC="Print contents of x-server events" |
jozee@3025 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
al@19645 | 9 WEB_SITE="https://www.x.org/wiki/" |
jozee@3025 | 10 TAGS="utility xorg debug" |
jozee@3025 | 11 |
al@19645 | 12 TARBALL="xev-$VERSION.tar.bz2" |
al@19645 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pascal@15579 | 14 |
al@19645 | 15 DEPENDS="xorg-libX11 xorg-libXrandr" |
al@19645 | 16 BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev" |
al@19645 | 17 |
al@19645 | 18 # Rules to configure and make the package. |
jozee@3025 | 19 compile_rules() |
jozee@3025 | 20 { |
al@19645 | 21 ./configure $CONFIGURE_ARGS && make && make install |
jozee@3025 | 22 } |
jozee@3025 | 23 |
jozee@3025 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@3025 | 25 genpkg_rules() |
jozee@3025 | 26 { |
al@19645 | 27 cook_copy_folders bin |
jozee@3025 | 28 } |