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

mariadb 10.3.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 03:18:57 2018 +0200 (2018-11-09)
parents f48456621a9d
children
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3025 2
jozee@3025 3 PACKAGE="xorg-xwininfo"
al@20905 4 VERSION="1.1.4"
jozee@3025 5 CATEGORY="x-window"
al@19645 6 SHORT_DESC="Window information utility for X"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
al@20888 11 REPOLOGY="xwininfo"
jozee@3025 12
al@19645 13 TARBALL="xwininfo-$VERSION.tar.bz2"
al@19645 14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@15579 15
al@19805 16 BUILD_DEPENDS="xorg-util-macros xorg-libxcb-dev xorg-libX11-dev"
al@19645 17
al@20443 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@20443 20 fix libtool &&
al@19805 21 make &&
al@19805 22 make install
jozee@3025 23 }
jozee@3025 24
al@20443 25 genpkg_rules() {
al@19805 26 copy @std
al@19805 27 DEPENDS="xorg-libxcb"
al@19805 28 TAGS="util xorg windows"
jozee@3025 29 }