wok-next annotate xorg-xwininfo/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3025 2
jozee@3025 3 PACKAGE="xorg-xwininfo"
al@19645 4 VERSION="1.1.3"
jozee@3025 5 CATEGORY="x-window"
al@19645 6 SHORT_DESC="Window information utility for X"
jozee@3025 7 MAINTAINER="jozee@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
pankso@16081 10 HOST_ARCH="i486 arm"
jozee@3025 11
al@19645 12 TARBALL="xwininfo-$VERSION.tar.bz2"
al@19645 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@15579 14
al@19805 15 BUILD_DEPENDS="xorg-util-macros xorg-libxcb-dev xorg-libX11-dev"
al@19805 16 PKG_RULE="std"
al@19645 17
al@19645 18 # Rules to configure and make the package.
jozee@3025 19 compile_rules()
jozee@3025 20 {
al@19805 21 ./configure \
al@19805 22 --sysconfdir=/etc \
al@19805 23 --localstatedir=/var \
al@19805 24 $CONFIGURE_ARGS &&
al@19805 25 make &&
al@19805 26 make install
jozee@3025 27 }
jozee@3025 28
jozee@3025 29 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3025 30 genpkg_rules()
jozee@3025 31 {
al@19805 32 copy @std
al@19805 33 DEPENDS="xorg-libxcb"
al@19805 34 TAGS="util xorg windows"
jozee@3025 35 }