wok view xorg-xwininfo/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 87646c0eaba7
children 5d79829fa876
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xwininfo"
4 VERSION="1.1.5"
5 CATEGORY="x-window"
6 TAGS="util xorg windows"
7 SHORT_DESC="Window information utility to query x-server."
8 MAINTAINER="jozee@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/"
12 SOURCE="xwininfo"
13 TARBALL="$SOURCE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
16 DEPENDS="xorg-libX11"
17 BUILD_DEPENDS="xorg-libX11-dev"
19 HOST_ARCH="i486 arm"
21 # Rules to configure and make the package.ls sr
22 compile_rules()
23 {
24 ./configure \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr
34 cp -a $install/usr/bin $fs/usr
35 }