wok annotate xorg-xwininfo/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 87646c0eaba7
children 5d79829fa876
rev   line source
jozee@3025 1 # SliTaz package receipt.
jozee@3025 2
jozee@3025 3 PACKAGE="xorg-xwininfo"
Hans-G?nter@22302 4 VERSION="1.1.5"
jozee@3025 5 CATEGORY="x-window"
Hans-G?nter@22302 6 TAGS="util xorg windows"
Hans-G?nter@22302 7 SHORT_DESC="Window information utility to query x-server."
jozee@3025 8 MAINTAINER="jozee@slitaz.org"
pascal@15579 9 LICENSE="MIT"
Hans-G?nter@22302 10 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22302 11
jozee@3025 12 SOURCE="xwininfo"
jozee@3025 13 TARBALL="$SOURCE-$VERSION.tar.bz2"
Hans-G?nter@22302 14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
jozee@3025 15
pascal@15579 16 DEPENDS="xorg-libX11"
pascal@15579 17 BUILD_DEPENDS="xorg-libX11-dev"
pascal@15579 18
Hans-G?nter@22302 19 HOST_ARCH="i486 arm"
Hans-G?nter@22302 20
jozee@3025 21 # Rules to configure and make the package.ls sr
jozee@3025 22 compile_rules()
jozee@3025 23 {
Hans-G?nter@22302 24 ./configure \
jozee@3025 25 $CONFIGURE_ARGS &&
Hans-G?nter@22302 26 make &&
Hans-G?nter@22302 27 make install
jozee@3025 28 }
jozee@3025 29
jozee@3025 30 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3025 31 genpkg_rules()
jozee@3025 32 {
jozee@3025 33 mkdir -p $fs/usr
Hans-G?nter@22302 34 cp -a $install/usr/bin $fs/usr
jozee@3025 35 }