wok-next view xcb-util-image/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcb-util-image"
4 VERSION="0.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and \
7 XShmImage functions"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://xcb.freedesktop.org/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-image.html"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
15 TARBALL_SHA1="c9c9361781911a47b28f74fc6ebe0abd1273fae4"
17 BUILD_DEPENDS="libxcb-dev xcb-util-dev"
18 SPLIT="$PACKAGE-dev"
20 DEPENDS_std="libxcb xcb-util"
21 DEPENDS_dev="$PACKAGE libxcb-dev"
23 compile_rules() {
24 ./configure \
25 --disable-static \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 TAGS="Xorg"
34 PROVIDE_std="xorg-xcb-util-image"
35 PROVIDE_dev="xorg-xcb-util-image-dev"