comparison x11/xdriinfo/xdriinfo.sh @ 1335:7e62919ec1c2

x11: upgrade whole distribution
author David Demelier <markand@malikania.fr>
date Fri, 03 Dec 2021 22:19:37 +0100
parents 9867e578b1a9
children
comparison
equal deleted inserted replaced
1334:7d9327688dfa 1335:7e62919ec1c2
16 # 16 #
17 17
18 PKGNAME=xdriinfo 18 PKGNAME=xdriinfo
19 PKGVERSION=1.0.6 19 PKGVERSION=1.0.6
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="CUSTOM" 21 PKGLICENSE="Custom"
22 PKGSUMMARY="X.Org tool to display information about DRI drivers" 22 PKGSUMMARY="X.Org tool to display information about DRI drivers"
23 PKGWWW="http://www.x.org"
23 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz" 24 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="mesa libx11 util-macros:build xorgproto:build" 25 PKGDEPENDS="mesa libx11 util-macros:build xorgproto:build"
25 26
26 : ${CHOST:=$(uname -m)-linux-musl} 27 : ${CHOST:=$(uname -m)-linux-musl}
27 : ${CBUILD:=$(uname -m)-linux-musl} 28 : ${CBUILD:=$(uname -m)-linux-musl}
31 : ${LIBS:=} 32 : ${LIBS:=}
32 33
33 build() 34 build()
34 { 35 {
35 rm -rf $PKGNAME-$PKGVERSION 36 rm -rf $PKGNAME-$PKGVERSION
36 tar xvf $PKGNAME-$PKGVERSION.tar.gz 37 tar -xvf $PKGNAME-$PKGVERSION.tar.gz
37 cd $PKGNAME-$PKGVERSION 38 cd $PKGNAME-$PKGVERSION
38 39
39 CC="$CC" \ 40 CC="$CC" \
40 CFLAGS="$CFLAGS" \ 41 CFLAGS="$CFLAGS" \
41 LDFLAGS="$LDFLAGS" \ 42 LDFLAGS="$LDFLAGS" \