wok diff xcb-util-renderutil/receipt @ rev 23839

Up tor (0.4.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 03 18:59:32 2020 +0000 (2020-06-03)
parents
children 17091bc7c301
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcb-util-renderutil/receipt	Wed Jun 03 18:59:32 2020 +0000
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xcb-util-renderutil"
     1.7 +VERSION="0.3.9"
     1.8 +CATEGORY="x-window"
     1.9 +TAGS="Xorg"
    1.10 +SHORT_DESC="Convenience functions for the Render extension."
    1.11 +MAINTAINER="maintainer@slitaz.org"
    1.12 +LICENSE="MIT"
    1.13 +WEB_SITE="https://xcb.freedesktop.org/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-renderutil.html"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
    1.18 +TARBALL_SHA1="cb533b1d039f833f070e7d6398c221a31d30d5e2"
    1.19 +
    1.20 +BUILD_DEPENDS="libxcb-dev"
    1.21 +
    1.22 +DEPENDS="libxcb"
    1.23 +
    1.24 +# Rules to configure and make the package.
    1.25 +compile_rules()
    1.26 +{
    1.27 +	./configure			\
    1.28 +		--disable-static	\
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make &&
    1.31 +	make install
    1.32 +}
    1.33 +
    1.34 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 +genpkg_rules()
    1.36 +{
    1.37 +	mkdir -p $fs/usr/lib
    1.38 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.39 +}