wok-next view xorg-xdpyinfo/receipt @ rev 20294

Up libpfm (4.8.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 19:02:32 2017 +0100 (2017-11-08)
parents f463de72afe3
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xdpyinfo"
4 VERSION="1.3.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Display information utility for X"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xdpyinfo-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-libXext-dev xorg-libX11-dev \
15 xorg-libXtst-dev xorg-libxcb-dev xorg-xproto xorg-libXxf86vm-dev \
16 xorg-libXxf86dga-dev xorg-libXrender-dev xorg-libXcomposite-dev \
17 xorg-libXinerama-dev xorg-libdmx-dev xorg-libXxf86misc-dev"
18 PKG_RULE="std"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 --sysconfdir=/etc \
25 --localstatedir=/var \
26 $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 copy @std
35 DEPENDS="xorg-libX11 xorg-libXcomposite xorg-libXext xorg-libXi \
36 xorg-libXinerama xorg-libXrender xorg-libXtst xorg-libXxf86dga \
37 xorg-libXxf86misc xorg-libXxf86vm xorg-libdmx xorg-libxcb"
38 TAGS="utility xorg display"
39 }