wok-next annotate x11perf/receipt @ rev 21079
emacs: update dependencies
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 22 14:46:21 2018 +0200 (2018-12-22) |
parents | |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="x11perf" |
al@21072 | 4 VERSION="1.6.0" |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="Utility who runs one or more performance tests and reports" |
al@21072 | 7 MAINTAINER="paul@slitaz.org" |
al@21072 | 8 LICENSE="MIT" |
al@21072 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@21072 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" |
al@21072 | 11 |
al@21072 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21072 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
al@21072 | 14 TARBALL_SHA1="de4960357e077fddd3d3a33f72f579981efc7fa4" |
al@21072 | 15 |
al@21072 | 16 BUILD_DEPENDS="util-macros libx11-dev libxmu-dev xorgproto libxrender-dev \ |
al@21072 | 17 libxft-dev" |
al@21072 | 18 DEPENDS="libx11 libxext libxft libxmu libxrender" |
al@21072 | 19 |
al@21072 | 20 compile_rules() { |
al@21072 | 21 ./configure $CONFIGURE_ARGS && |
al@21072 | 22 make && |
al@21072 | 23 make install |
al@21072 | 24 } |
al@21072 | 25 |
al@21072 | 26 TAGS="Xorg" |
al@21072 | 27 |
al@21072 | 28 PROVIDE="xorg-x11perf" |