summaryrefslogtreecommitdiffstats
path: root/xorg-xdriinfo/Pkgfile
blob: 0df5da9b37d1439ea200f3a1e0cbe6f783efcbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Requête d'information sur la configuration des pilotres DRI
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-glproto, mesa3d
# Run on: xorg-libx11,xorg-glproto,mesa3d

name=xorg-xdriinfo
version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2)

build() {
	cd xdriinfo-$version
	./configure $XORG_CONFIG
	make
	make DESTDIR=$PKG install
}