wok-next view x11perf/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="x11perf"
4 VERSION="1.6.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Utility who runs one or more performance tests and reports"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 TARBALL_SHA1="de4960357e077fddd3d3a33f72f579981efc7fa4"
16 BUILD_DEPENDS="util-macros libx11-dev libxmu-dev xorgproto libxrender-dev \
17 libxft-dev"
18 DEPENDS="libx11 libxext libxft libxmu libxrender"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 TAGS="Xorg"
28 PROVIDE="xorg-x11perf"