wok-next view xdriinfo/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xdriinfo"
4 VERSION="1.0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Query configuration information of DRI drivers"
7 MAINTAINER="devel@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="11682ae1f04a311b832651d78bbf4c6ac77f0ed9"
16 BUILD_DEPENDS="util-macros libx11-dev xorgproto mesa-dev"
17 DEPENDS="mesa libx11"
18 SUGGESTED="nvidia"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 TAGS="Xorg"
28 PROVIDE="xorg-xdriinfo"