wok-next annotate xdpyinfo/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xdpyinfo"
al@21072 4 VERSION="1.3.2"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Display information utility for X"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
al@21072 11
al@21072 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@21072 14 TARBALL_SHA1="0922fc31f8fc82ac20e326a6c9eb33ed7d57ad87"
al@21072 15
al@21072 16 BUILD_DEPENDS="util-macros libxext-dev libx11-dev libxtst-dev libxcb-dev \
al@21072 17 xorgproto libxxf86vm-dev libxxf86dga-dev libxrender-dev libxcomposite-dev \
al@21072 18 libxinerama-dev libdmx-dev libxxf86misc-dev"
al@21072 19 DEPENDS="libx11 libxcomposite libxext libxi libxinerama libxrender libxtst \
al@21072 20 libxxf86dga libxxf86misc libxxf86vm libdmx libxcb"
al@21072 21
al@21072 22 compile_rules() {
al@21072 23 ./configure $CONFIGURE_ARGS &&
al@21072 24 make &&
al@21072 25 make install
al@21072 26 }
al@21072 27
al@21072 28 TAGS="Xorg display"
al@21072 29
al@21072 30 PROVIDE="xorg-xdpyinfo"