wok-next annotate xorg-xev/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3025 2
jozee@3025 3 PACKAGE="xorg-xev"
al@19645 4 VERSION="1.2.2"
jozee@3025 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Print contents of X 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
al@19645 11 TARBALL="xev-$VERSION.tar.bz2"
al@19645 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@15579 13
al@19645 14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev"
al@19805 15 PKG_RULE="std"
al@19645 16
al@19645 17 # Rules to configure and make the package.
jozee@3025 18 compile_rules()
jozee@3025 19 {
al@19805 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
al@19805 23 $CONFIGURE_ARGS &&
al@19805 24 make &&
al@19805 25 make install
jozee@3025 26 }
jozee@3025 27
jozee@3025 28 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3025 29 genpkg_rules()
jozee@3025 30 {
al@19805 31 copy @std
al@19805 32 DEPENDS="xorg-libX11 xorg-libXrandr"
al@19805 33 TAGS="utility xorg debug"
jozee@3025 34 }