wok-undigest view libxrandr/receipt @ rev 1221

copied libxrandr recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:32:58 2019 +0100 (2019-11-15)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libxrandr"
4 VERSION="1.5.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Xrandr extension library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/libraries/libxrandr/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
12 TARBALL="libXrandr-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
14 TARBALL_SHA1="7232fe2648b96fed531208c3ad2ba0be61990041"
16 BUILD_DEPENDS="xorgproto libxext-dev libxrender-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="libx11 libxext libxrender"
20 DEPENDS_dev="$PACKAGE libx11-dev libxext-dev libxrender-dev xorgproto"
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-libXrandr"
34 PROVIDE_dev="xorg-libXrandr-dev"