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

xcb-proto is obsolete -> xorg-xcb-proto
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 14:08:05 2018 +0200 (2018-02-28)
parents 0e7893ac206d
children 757d032c55c7
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@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-proto.html"
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
al@20443 18 compile_rules() {
al@19805 19 ./configure \
al@19805 20 --sysconfdir=/etc \
al@19805 21 --localstatedir=/var \
al@19805 22 $CONFIGURE_ARGS &&
al@19805 23 make &&
al@19805 24 make install
al@19805 25 }
al@19805 26
al@20443 27 genpkg_rules() {
al@19805 28 copy @std @dev
al@19805 29 DEPENDS="python"
al@19805 30 }