wok-next annotate xorg-xcb-proto/receipt @ rev 19979

Up libdrm (2.4.82), wayland (1.14.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 18 03:31:51 2017 +0300 (2017-10-18)
parents
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19805 2
al@19805 3 PACKAGE="xorg-xcb-proto"
al@19805 4 VERSION="1.12"
al@19805 5 CATEGORY="development"
al@19805 6 SHORT_DESC="X protocol descriptions for XCB"
al@19805 7 MAINTAINER="mallory@sweetpeople.org"
al@19805 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://xcb.freedesktop.org/"
al@19805 10 HOST_ARCH="i486 arm"
al@19805 11
al@19805 12 TARBALL="xcb-proto-$VERSION.tar.bz2"
al@19805 13 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
al@19805 14
al@19805 15 BUILD_DEPENDS="patch python-dev libxml2-tools"
al@19805 16 BUILD_DEPENDS_arm=" "
al@19805 17 PKG_RULE="std+dev"
al@19805 18
al@19805 19 # Rules to configure and make the package.
al@19805 20 compile_rules()
al@19805 21 {
al@19805 22 ./configure \
al@19805 23 --sysconfdir=/etc \
al@19805 24 --localstatedir=/var \
al@19805 25 $CONFIGURE_ARGS &&
al@19805 26 make &&
al@19805 27 make install
al@19805 28 }
al@19805 29
al@19805 30 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19805 31 genpkg_rules()
al@19805 32 {
al@19805 33 copy @std @dev
al@19805 34 DEPENDS="python"
al@19805 35 PROVIDE="xcb-proto"
al@19805 36 }