wok-next annotate xorg-xwininfo/receipt @ rev 19645
Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 22 03:43:01 2017 +0200 (2017-02-22) |
parents | 87646c0eaba7 |
children | f463de72afe3 |
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@19645 | 28 cook_copy_folders bin |
jozee@3025 | 29 } |