wok-next annotate xcb-proto/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xcb-proto"
al@21072 4 VERSION="1.13"
al@21072 5 CATEGORY="development"
al@21072 6 SHORT_DESC="X protocol descriptions for XCB"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://xcb.freedesktop.org/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-proto.html"
al@21072 11 HOST_ARCH="any"
al@21072 12
al@21072 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
al@21072 15 TARBALL_SHA1="f7fa35ab59af18cecadbe83fe705281dcfd82ffd"
al@21072 16
al@21072 17 BUILD_DEPENDS="python-dev libxml2-tools"
al@21072 18
al@21072 19 COPY="@std @dev"
al@21072 20 DEPENDS="python"
al@21072 21
al@21072 22 compile_rules() {
al@21072 23 ./configure $CONFIGURE_ARGS &&
al@21072 24 make &&
al@21072 25 make install
al@21072 26 }
al@21072 27
al@21072 28 TAGS="Xorg"
al@21072 29
al@21072 30 PROVIDE="xorg-xcb-proto"