wok-next view xcb-proto/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcb-proto"
4 VERSION="1.13"
5 CATEGORY="development"
6 SHORT_DESC="X protocol descriptions for XCB"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://xcb.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-proto.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
15 TARBALL_SHA1="f7fa35ab59af18cecadbe83fe705281dcfd82ffd"
17 BUILD_DEPENDS="python-dev libxml2-tools"
19 COPY="@std @dev"
20 DEPENDS="python"
22 compile_rules() {
23 ./configure $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 TAGS="Xorg"
30 PROVIDE="xorg-xcb-proto"