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

p11-kit: upgrade 0.23.8 (2017 Aug) -> 0.23.12
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 07:32:40 2018 +0000 (2018-06-20)
parents 5e1a101ad0eb
children cd7906120828
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@20534 15 BUILD_DEPENDS_arm=" "
al@19805 16 BUILD_DEPENDS="patch python-dev libxml2-tools"
al@19805 17
al@20443 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@19805 20 make &&
al@19805 21 make install
al@19805 22 }
al@19805 23
al@20443 24 genpkg_rules() {
al@19805 25 copy @std @dev
al@19805 26 DEPENDS="python"
al@19805 27 }