wok-next view xorg-xwininfo/receipt @ rev 19675

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 24 12:53:44 2017 +0200 (2017-03-24)
parents 87646c0eaba7
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xwininfo"
4 VERSION="1.1.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Window information utility for X"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 TAGS="util xorg windows"
11 HOST_ARCH="i486 arm"
13 TARBALL="xwininfo-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
16 DEPENDS="libxcb"
17 BUILD_DEPENDS="xorg-util-macros libxcb-dev xorg-libX11-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cook_copy_folders bin
29 }