# HG changeset patch # User Hans-G?nter Theisgen # Date 1573835578 -3600 # Node ID d3ac6f7487abe48f7762157b3030ce327ab00f38 # Parent d8981945694f942ac9a946e052d732073bbd8cc3 copied libxrandr recipe from wok-next diff -r d8981945694f -r d3ac6f7487ab libxrandr/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxrandr/.icon.png Fri Nov 15 17:32:58 2019 +0100 @@ -0,0 +1,1 @@ +../xorg/.icon.png \ No newline at end of file diff -r d8981945694f -r d3ac6f7487ab libxrandr/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxrandr/receipt Fri Nov 15 17:32:58 2019 +0100 @@ -0,0 +1,34 @@ +# SliTaz package receipt v2. + +PACKAGE="libxrandr" +VERSION="1.5.1" +CATEGORY="x-window" +SHORT_DESC="Xrandr extension library" +MAINTAINER="devel@slitaz.org" +LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/libraries/libxrandr/" +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" + +TARBALL="libXrandr-$VERSION.tar.bz2" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" +TARBALL_SHA1="7232fe2648b96fed531208c3ad2ba0be61990041" + +BUILD_DEPENDS="xorgproto libxext-dev libxrender-dev" +SPLIT="$PACKAGE-dev" + +DEPENDS_std="libx11 libxext libxrender" +DEPENDS_dev="$PACKAGE libx11-dev libxext-dev libxrender-dev xorgproto" + +compile_rules() { + ./configure \ + --disable-static \ + $CONFIGURE_ARGS && + fix libtool && + make && + make install +} + +TAGS="Xorg" + +PROVIDE_std="xorg-libXrandr" +PROVIDE_dev="xorg-libXrandr-dev"