wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xcb-proto"
4 VERSION="1.12"
5 CATEGORY="development"
6 SHORT_DESC="X protocol descriptions for XCB"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="MIT"
9 WEB_SITE="https://xcb.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-proto.html"
12 TARBALL="xcb-proto-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
15 BUILD_DEPENDS_arm=" "
16 BUILD_DEPENDS="patch python-dev libxml2-tools"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std @dev
26 DEPENDS="python"
27 }