wok-undigest rev 1224

copied libxrender recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:39:43 2019 +0100 (2019-11-15)
parents cfd108a3f3fd
children e549186a3cd3
files libxrender/.icon.png libxrender/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxrender/.icon.png	Fri Nov 15 17:39:43 2019 +0100
     1.3 @@ -0,0 +1,1 @@
     1.4 +../xorg/.icon.png
     1.5 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libxrender/receipt	Fri Nov 15 17:39:43 2019 +0100
     2.3 @@ -0,0 +1,34 @@
     2.4 +# SliTaz package receipt v2.
     2.5 +
     2.6 +PACKAGE="libxrender"
     2.7 +VERSION="0.9.10"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="RENDER extension library"
    2.10 +MAINTAINER="devel@slitaz.org"
    2.11 +LICENSE="MIT"
    2.12 +WEB_SITE="https://www.x.org/wiki/"
    2.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
    2.14 +
    2.15 +TARBALL="libXrender-$VERSION.tar.bz2"
    2.16 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.17 +TARBALL_SHA1="d55106de9260c2377c19d271d9b677744a6c7e81"
    2.18 +
    2.19 +BUILD_DEPENDS="libx11-dev xorgproto"
    2.20 +SPLIT="$PACKAGE-dev"
    2.21 +
    2.22 +DEPENDS_std="libx11"
    2.23 +DEPENDS_dev="$PACKAGE libx11-dev xorgproto"
    2.24 +
    2.25 +compile_rules() {
    2.26 +	./configure \
    2.27 +		--disable-static \
    2.28 +		$CONFIGURE_ARGS &&
    2.29 +	fix libtool &&
    2.30 +	make &&
    2.31 +	make install
    2.32 +}
    2.33 +
    2.34 +TAGS="Xorg"
    2.35 +
    2.36 +PROVIDE_std="xorg-libXrender"
    2.37 +PROVIDE_dev="xorg-libXrender-dev"