wok-next view xcb-util-renderutil/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcb-util-renderutil"
4 VERSION="0.3.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Additional extension to the XCB library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://xcb.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-renderutil.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
14 TARBALL_SHA1="cb533b1d039f833f070e7d6398c221a31d30d5e2"
16 BUILD_DEPENDS="libxcb-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="libxcb"
20 DEPENDS_dev="$PACKAGE libxcb-dev"
22 compile_rules() {
23 ./configure \
24 --disable-static \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }
31 TAGS="Xorg"
33 PROVIDE_std="xorg-xcb-util-renderutil"
34 PROVIDE_dev="xorg-xcb-util-renderutil-dev"