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

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents 0994d769f208
children ea3c4b76ea5d
rev   line source
jozee@3025 1 # SliTaz package receipt.
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/"
jozee@3025 10 TAGS="util xorg windows"
pankso@16081 11 HOST_ARCH="i486 arm"
jozee@3025 12
al@19645 13 TARBALL="xwininfo-$VERSION.tar.bz2"
al@19645 14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@15579 15
al@19645 16 DEPENDS="libxcb"
al@19645 17 BUILD_DEPENDS="xorg-util-macros libxcb-dev xorg-libX11-dev"
al@19645 18
al@19645 19 # Rules to configure and make the package.
jozee@3025 20 compile_rules()
jozee@3025 21 {
al@19645 22 ./configure $CONFIGURE_ARGS && make && make install
jozee@3025 23 }
jozee@3025 24
jozee@3025 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3025 26 genpkg_rules()
jozee@3025 27 {
al@19783 28 copy bin/
jozee@3025 29 }