wok-next annotate xorg-xdpyinfo/receipt @ rev 20180

opencc: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 12:28:56 2017 +0100 (2017-11-02)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3025 2
jozee@3025 3 PACKAGE="xorg-xdpyinfo"
al@19645 4 VERSION="1.3.2"
jozee@3025 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Display 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/"
pascal@15579 10
al@19645 11 TARBALL="xdpyinfo-$VERSION.tar.bz2"
al@19645 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 13
al@19645 14 BUILD_DEPENDS="xorg-util-macros xorg-libXext-dev xorg-libX11-dev \
al@19805 15 xorg-libXtst-dev xorg-libxcb-dev xorg-xproto xorg-libXxf86vm-dev \
al@19645 16 xorg-libXxf86dga-dev xorg-libXrender-dev xorg-libXcomposite-dev \
al@19805 17 xorg-libXinerama-dev xorg-libdmx-dev xorg-libXxf86misc-dev"
al@19805 18 PKG_RULE="std"
jozee@3025 19
al@19645 20 # Rules to configure and make the package.
jozee@3025 21 compile_rules()
jozee@3025 22 {
al@19805 23 ./configure \
al@19805 24 --sysconfdir=/etc \
al@19805 25 --localstatedir=/var \
al@19805 26 $CONFIGURE_ARGS &&
al@19805 27 make &&
al@19805 28 make install
jozee@3025 29 }
jozee@3025 30
jozee@3025 31 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3025 32 genpkg_rules()
jozee@3025 33 {
al@19805 34 copy @std
al@19805 35 DEPENDS="xorg-libX11 xorg-libXcomposite xorg-libXext xorg-libXi \
al@19805 36 xorg-libXinerama xorg-libXrender xorg-libXtst xorg-libXxf86dga \
al@19805 37 xorg-libXxf86misc xorg-libXxf86vm xorg-libdmx xorg-libxcb"
al@19805 38 TAGS="utility xorg display"
jozee@3025 39 }