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

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 24 12:53:44 2017 +0200 (2017-03-24)
parents eb8067417980
children f463de72afe3
rev   line source
jozee@3025 1 # SliTaz package receipt.
jozee@3025 2
jozee@3025 3 PACKAGE="xorg-xdpyinfo"
al@19645 4 VERSION="1.3.2"
jozee@3025 5 CATEGORY="x-window"
al@19645 6 SHORT_DESC="Display information utility for X-server"
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 TAGS="utility xorg display"
pascal@15579 11
al@19645 12 TARBALL="xdpyinfo-$VERSION.tar.bz2"
al@19645 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 14
slaxemulator@8029 15 DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \
pascal@5008 16 xorg-libXinerama xorg-libXp"
slaxemulator@8029 17 BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \
slaxemulator@8029 18 xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev"
al@19645 19 BUILD_DEPENDS="xorg-util-macros xorg-libXext-dev xorg-libX11-dev \
al@19645 20 xorg-libXtst-dev libxcb-dev xorg-xproto xorg-libXxf86vm-dev \
al@19645 21 xorg-libXxf86dga-dev xorg-libXrender-dev xorg-libXcomposite-dev \
al@19645 22 xorg-libXinerama-dev xorg-libdmx-dev" # xxf86misc.pc?
jozee@3025 23
al@19645 24 # Rules to configure and make the package.
jozee@3025 25 compile_rules()
jozee@3025 26 {
al@19645 27 ./configure $CONFIGURE_ARGS && make && make install
jozee@3025 28 }
jozee@3025 29
jozee@3025 30 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3025 31 genpkg_rules()
jozee@3025 32 {
al@19645 33 cook_copy_folders bin
jozee@3025 34 }